DescriptionFix double-rounding in strtod.
Don't use floating-point operations on Linux,x86 to compute strtod. Since the
floating-point stack on Linux is set to 80bit double rounding may occure.
When falling back to gay_strtod append several '0's so that Gay doesn't take
the same shortcut either.
BUG=
TEST=
Committed: http://code.google.com/p/v8/source/detail?r=5650
Patch Set 1 #
Messages
Total messages: 3 (0 generated)
|