commit | 2eba1fa7e9e5f91e18ae3778d529520bd2c78d55 | [log] [tgz] |
---|---|---|
author | Serban Constantinescu <serban.constantinescu@arm.com> | Thu Jul 31 19:07:17 2014 +0100 |
committer | Andreas Gampe <agampe@google.com> | Mon Aug 04 15:10:25 2014 -0700 |
tree | a75aae98e3329508a82e45c6bffea0777ec266b1 | |
parent | 7aaa8dbfbcde7f58564b42044892891559669838 [diff] |
AArch64: Add inlining support for ceil(), floor(), rint(), round() This patch adds inlining support for the following Math, StrictMath methods in the ARM64 backend: * double ceil(double) * double floor(double) * double rint(double) * long round(double) * int round(float) Also some cleanup. Change-Id: I9f5a2f4065b1313649f4b0c4380b8176703c3fe1 Signed-off-by: Serban Constantinescu <serban.constantinescu@arm.com>