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 @@ -3603,20 +3603,6 @@ void Init(int* argc,
36033603 DispatchDebugMessagesAsyncCallback);
36043604 uv_unref (reinterpret_cast <uv_handle_t *>(&dispatch_debug_messages_async));
36053605
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-
36203606#if defined(NODE_V8_OPTIONS)
36213607 // Should come before the call to V8::SetFlagsFromCommandLine()
36223608 // 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