Description[wasm] Use the Float64Max/Min machine operators to implement F64Max/Min.
I had to adjust Float64Max/Min on x64 slightly to return the default
wasm NaN (0x7FF0000000000000) instead of the all-ones NaN
(0xFFFFFFFFFFFFFFFF).
R=titzer@chromium.org, bmeurer@chromium.org
Committed: https://crrev.com/96c90f6c64d7a9e4a49491c4a80debd78b376bcf
Cr-Commit-Position: refs/heads/master@{#38410}
Patch Set 1 #
Total comments: 4
Patch Set 2 : Updated tests. #Patch Set 3 : remove out-dated tests #Patch Set 4 : Also the interpreter needed some adjustment #Patch Set 5 : Float32 nans and float64 nans look differently. #Patch Set 6 : Typo #
Messages
Total messages: 38 (29 generated)
|