We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 590aae7 commit 5d45ebfCopy full SHA for 5d45ebf
src/node.cc
@@ -3611,11 +3611,6 @@ void Init(int* argc,
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
- // See https://github.com/nodejs/node/pull/2220#issuecomment-126200059
3615
- // and https://code.google.com/p/v8/issues/detail?id=4338
3616
- // TODO(targos): Remove this workaround when v8:4338 has been fixed and the
3617
- // patch back-ported.
3618
- V8::SetFlagsFromString("--novector_ics", sizeof("--novector_ics") - 1);
3619
#endif
3620
3621
#if defined(NODE_V8_OPTIONS)
0 commit comments