You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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: #1398
Refs: #1376
Reviewed-By: Roman Reiss <[email protected]>
V8-Bug: https://code.google.com/p/v8/issues/detail?id=4019
0 commit comments