OSDN Git Service

ARM64: Add direct calls to math intrinsics
authorAnton Kirilov <anton.kirilov@linaro.org>
Wed, 20 Jan 2016 16:48:19 +0000 (16:48 +0000)
committerRoland Levillain <rpl@google.com>
Tue, 2 Feb 2016 11:51:42 +0000 (11:51 +0000)
commit02fc24ea55aa71a352e64d6878ee3bace6050da1
tree21716366702da084a2743a23f20349e33b97e995
parent909147a304500737824de5e1feab135560881e86
ARM64: Add direct calls to math intrinsics

This change mirrors the work that has already been done for x86 and
x86_64. The following functions are affected: cos, sin, acos, asin,
atan, atan2, cbrt, cosh, exp, expm1, hypot, log, log10, nextafter,
sinh, tan, tanh.

Change-Id: I0f381bd2c1c4273b243c045107110fed551c6124
Signed-off-by: Anton Kirilov <anton.kirilov@linaro.org>
compiler/optimizing/intrinsics_arm64.cc
runtime/arch/arm64/entrypoints_init_arm64.cc