Skip to content

Commit 439c1dd

Browse files
targosrvagg
authored andcommitted

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

src/node.cc

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)