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 88235a5 commit e0e15c8Copy full SHA for e0e15c8
src/node.cc
@@ -3629,11 +3629,6 @@ void Init(int* argc,
3629
// TODO(bnoordhuis): Remove test/parallel/test-arm-math-exp-regress-1376.js
3630
// and this workaround when v8:4019 has been fixed and the patch back-ported.
3631
V8::SetFlagsFromString("--nofast_math", sizeof("--nofast_math") - 1);
3632
- // See https://github.com/nodejs/io.js/pull/2220#issuecomment-126200059
3633
- // and https://code.google.com/p/v8/issues/detail?id=4338
3634
- // TODO(targos): Remove this workaround when v8:4338 has been fixed and the
3635
- // patch back-ported.
3636
- V8::SetFlagsFromString("--novector_ics", sizeof("--novector_ics") - 1);
3637
#endif
3638
3639
#if defined(NODE_V8_OPTIONS)
0 commit comments