Commit 439c1dd 1 parent 6c1b26a commit 439c1dd Copy full SHA for 439c1dd
File tree 1 file changed +0
-14
lines changed
1 file changed +0
-14
lines changed Original file line number Diff line number Diff line change @@ -3603,20 +3603,6 @@ void Init(int* argc,
3603
3603
DispatchDebugMessagesAsyncCallback);
3604
3604
uv_unref (reinterpret_cast <uv_handle_t *>(&dispatch_debug_messages_async));
3605
3605
3606
- #if defined(__ARM_ARCH_6__) || \
3607
- defined (__ARM_ARCH_6J__) || \
3608
- defined (__ARM_ARCH_6K__) || \
3609
- defined (__ARM_ARCH_6M__) || \
3610
- defined (__ARM_ARCH_6T2__) || \
3611
- defined (__ARM_ARCH_6ZK__) || \
3612
- defined (__ARM_ARCH_6Z__)
3613
- // See https://github.com/nodejs/node/issues/1376
3614
- // and https://code.google.com/p/v8/issues/detail?id=4019
3615
- // TODO(bnoordhuis): Remove test/parallel/test-arm-math-exp-regress-1376.js
3616
- // and this workaround when v8:4019 has been fixed and the patch back-ported.
3617
- V8::SetFlagsFromString (" --nofast_math" , sizeof (" --nofast_math" ) - 1 );
3618
- #endif
3619
-
3620
3606
#if defined(NODE_V8_OPTIONS)
3621
3607
// Should come before the call to V8::SetFlagsFromCommandLine()
3622
3608
// so the user can disable a flag --foo at run-time by passing
You can’t perform that action at this time.
0 commit comments