v8/test
jkummerow@chromium.org 4e96d4dee6 Tweak Math.log on ia32/x64
ia32 and x64 more consistent now
1. use non-transcendental cache version of log for x64
2. use negative infinity constant instead of pushing to stack and loading to XMM register
3. remove movdbl, use movsd directly. movdbl seems confusing

BUG=
R=jkummerow@chromium.org

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

Patch from Weiliang Lin <weiliang.lin2@gmail.com>.

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@17268 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
2013-10-18 10:54:45 +00:00
..
benchmarks Make it possible to run a test only in the standard variant. 2013-10-17 13:09:28 +00:00
cctest Tweak Math.log on ia32/x64 2013-10-18 10:54:45 +00:00
intl Original review https://codereview.chromium.org/25855005. 2013-10-11 17:54:31 +00:00
message Migrate to new test status file syntax 2013-09-24 12:08:33 +00:00
mjsunit Prevent changes to hidden properties from being observable via Object.observe 2013-10-17 20:49:45 +00:00
mozilla Migrate to new test status file syntax 2013-09-24 12:08:33 +00:00
preparser Make it possible to run a test only in the standard variant. 2013-10-17 13:09:28 +00:00
test262 Migrate to new test status file syntax 2013-09-24 12:08:33 +00:00
webkit Migrate to new test status file syntax 2013-09-24 12:08:33 +00:00