Comment #2 on issue 1062 by [email protected]: cctest test-strtod/Strtod fails on MinGW built V8
http://code.google.com/p/v8/issues/detail?id=1062

Another alternative is to set the x87 FPU precision to 64-bit:
_controlfp(_PC_53, _MCW_PC); // requires float.h

Should this be done by V8 init or by the program using V8?
The Visual C++ runtime already does this on startup.

--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to