OSDN Git Service

Full enable new round implementation on x86/x86_64
authorAart Bik <ajcbik@google.com>
Wed, 10 Aug 2016 21:05:54 +0000 (14:05 -0700)
committerAart Bik <ajcbik@google.com>
Wed, 10 Aug 2016 21:05:54 +0000 (14:05 -0700)
commit0cf8d9c08bb77b0f527121b83e6a9dbb36d602f3
treedcdc448217614142e5327ca7a823e59030ae15ed
parent3f3201a89ec19257b3bc93c25b20abdcfe61f3e4
Full enable new round implementation on x86/x86_64

Rationale:
Running JIT on Fugu does not always provide a constant area.
In such cases, we need to construct FP constants through stack.
This only applies to x86.

Test: 580-checker-round

BUG=26327751

Change-Id: I7e2c80dafbafbe647cfe9ecb039920bb534c666a
compiler/optimizing/intrinsics.h
compiler/optimizing/intrinsics_x86.cc
compiler/optimizing/intrinsics_x86_64.cc