Chromium Code Reviews
DescriptionFix optimized Math.pow on x64 with NaN exponents.
The libc implementation used by the optimized code differs
from the expected behaviour. It does not return double.NaN
as the Dart implementation of pow when the exponent is NaN.
The test fails when running with a low optimization-counter-threshold=5.
BUG=https://code.google.com/p/dart/issues/detail?id=13543
TEST=math/double_pow_test
R=srdjan@google.com
Committed: https://code.google.com/p/dart/source/detail?r=27950
Patch Set 1 #
Total comments: 2
Patch Set 2 : #
Messages
Total messages: 4 (0 generated)
|
||||||||||||||||||||||||||||