commit | 5b3ee56cd63ee9e3c70c0412d044b81ab9c94513 | [log] [tgz] |
---|---|---|
author | Roland Levillain <rpl@google.com> | Tue Apr 14 16:02:41 2015 +0100 |
committer | Roland Levillain <rpl@google.com> | Tue Jun 02 17:37:40 2015 +0100 |
tree | b57f056c5e4ad18ba7c89034bbbb51b90820e648 | |
parent | 122addc3962207badd364b00a75a58639e76b10c [diff] |
Delegate long-to-float type conversions to the runtime on ARM. On ARM, translate long-to-float type conversions (from both Quick and Optimizing) as calls to the runtime routine art_l2f, instead of generating ad hoc code, so as to improve the precision of the conversions. Bug: 20413424 Change-Id: I8c414ee1c6f4ff1f32ee78f75734cfd3cf579f71