Description[x64] Fixed a rounding error on x64 for the Uint64ToF64 conversion.
The least significant bit of the input value may affect the result of
the conversion through rounding. We OR the least significant with the
second least significant bit to preserve it over the SHR instruction.
R=titzer@chromium.org
Committed: https://crrev.com/71348aa2a07c0c3e2447a7b68296905e2bc3cf86
Cr-Commit-Position: refs/heads/master@{#31969}
Patch Set 1 #Patch Set 2 : Fixed the test to make it platform independent. #
Messages
Total messages: 6 (1 generated)
|