Use fast_sqrt instead of std::sqrt in simulators.
authoryangguo <yangguo@chromium.org>
Tue, 20 Jan 2015 13:53:34 +0000 (05:53 -0800)
committerCommit bot <commit-bot@chromium.org>
Tue, 20 Jan 2015 13:53:45 +0000 (13:53 +0000)
commitf38e48be60df22320035db330c7275d6dff4d6c2
tree74e07174f392a54c0d334a31ddc36ccfd693431d
parente99faf93ff85b5fc44dbf664c2d8294e7b071464
Use fast_sqrt instead of std::sqrt in simulators.

This prevents clang from inlining and returning inconsistent results.

R=bmeurer@chromium.org
BUG=v8:3802
LOG=N

Review URL: https://codereview.chromium.org/831393006

Cr-Commit-Position: refs/heads/master@{#26158}
src/arm/simulator-arm.cc
src/arm64/simulator-arm64.cc
src/mips/simulator-mips.cc
src/mips64/simulator-mips64.cc
src/ppc/simulator-ppc.cc