File tree Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Original file line number Diff line number Diff line change @@ -3599,20 +3599,6 @@ void Init(int* argc,
3599
3599
DispatchDebugMessagesAsyncCallback);
3600
3600
uv_unref (reinterpret_cast <uv_handle_t *>(&dispatch_debug_messages_async));
3601
3601
3602
- #if defined(__ARM_ARCH_6__) || \
3603
- defined (__ARM_ARCH_6J__) || \
3604
- defined (__ARM_ARCH_6K__) || \
3605
- defined (__ARM_ARCH_6M__) || \
3606
- defined (__ARM_ARCH_6T2__) || \
3607
- defined (__ARM_ARCH_6ZK__) || \
3608
- defined (__ARM_ARCH_6Z__)
3609
- // See https://github.com/nodejs/node/issues/1376
3610
- // and https://code.google.com/p/v8/issues/detail?id=4019
3611
- // TODO(bnoordhuis): Remove test/parallel/test-arm-math-exp-regress-1376.js
3612
- // and this workaround when v8:4019 has been fixed and the patch back-ported.
3613
- V8::SetFlagsFromString (" --nofast_math" , sizeof (" --nofast_math" ) - 1 );
3614
- #endif
3615
-
3616
3602
#if defined(NODE_V8_OPTIONS)
3617
3603
// Should come before the call to V8::SetFlagsFromCommandLine()
3618
3604
// 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