Fix Math.pow crashes on machines without SSE2.
authorBen Noordhuis <info@bnoordhuis.nl>
Sat, 16 Jul 2011 14:00:06 +0000 (16:00 +0200)
committerBen Noordhuis <info@bnoordhuis.nl>
Sat, 16 Jul 2011 14:00:06 +0000 (16:00 +0200)
commit9f9a4cb9284794cea04098735f0dcc4c771db153
treec1b57df20690b2a85885be76662eefdfc806832e
parente8bc80cf152973037519f37da4d356a05cc704e1
Fix Math.pow crashes on machines without SSE2.

This is a back-port of r8577 from V8's upstream 3.1 branch.

Fixes #829.
deps/v8/src/ia32/full-codegen-ia32.cc
deps/v8/src/version.cc