We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28e39d6 commit 2afa543Copy full SHA for 2afa543
src/node.cc
@@ -3615,11 +3615,6 @@ void Init(int* argc,
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
- // See https://github.com/nodejs/node/pull/2220#issuecomment-126200059
3619
- // and https://code.google.com/p/v8/issues/detail?id=4338
3620
- // TODO(targos): Remove this workaround when v8:4338 has been fixed and the
3621
- // patch back-ported.
3622
- V8::SetFlagsFromString("--novector_ics", sizeof("--novector_ics") - 1);
3623
#endif
3624
3625
#if defined(NODE_V8_OPTIONS)
0 commit comments