Chromium Code Reviews
DescriptionFix test failure for 32 bit official build.
Official 32 bit builds seem to generate x86 fpu instructions while normal
development settings and Chromium settings generate SSE instructions. GCC has a
loss of precision bug (gcc.gnu.org/PR323) that results in a different floating
point value in some cases. This bug can be worked around by storing the
intermediate value in a variable.
BUG=334475
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=245343
Patch Set 1 #
Messages
Total messages: 6 (0 generated)
|
|||||||||||||||||||