OSDN Git Service

ART: Disable Math.round intrinsics
authorAndreas Gampe <agampe@google.com>
Mon, 28 Dec 2015 17:54:29 +0000 (09:54 -0800)
committerAndreas Gampe <agampe@google.com>
Mon, 28 Dec 2015 17:57:13 +0000 (09:57 -0800)
commite6d0d8de85f79c8702ee722a04cd89ee7e89aeb7
tree66fdb4f09ffe5d62f491f53b9d311ea3e7349f71
parent095b1df3d20e806ed7ad8c545b03866c1561d1f6
ART: Disable Math.round intrinsics

The move to OpenJDK means that Android has caught up with the
definition change of Math.round. Disable intrinsics.

Bug: 26327751
Change-Id: I00dc6cfca12bd7c95e56a4ab76ffee707d3822dc
compiler/dex/quick/arm64/fp_arm64.cc
compiler/optimizing/intrinsics.h
compiler/optimizing/intrinsics_arm64.cc
compiler/optimizing/intrinsics_x86.cc
compiler/optimizing/intrinsics_x86_64.cc