Files
node/test
Ben Noordhuis e306c78f83 src: disable fast math on arm
The "fast" implementation of Math.exp() and Math.tanh() emits ARMv7
movt/movw instructions on ARMv6 (notably, the original Raspberry Pi.)

Disable fast math for now.  The adventurous can enable it again with
the --fast_math switch.

PR-URL: https://github.com/iojs/io.js/pull/1398
Refs: https://github.com/iojs/io.js/issues/1376
Reviewed-By: Roman Reiss <me@silverwind.io>
V8-Bug: https://code.google.com/p/v8/issues/detail?id=4019
2015-04-11 21:03:48 +02:00
..
2015-02-20 11:02:33 -07:00
2015-02-22 19:34:17 -08:00
2015-02-22 19:34:17 -08:00
2015-04-11 21:03:48 +02:00
2015-04-09 15:10:34 +02:00
2015-01-12 23:21:51 +01:00
2015-04-09 15:10:34 +02:00