DescriptionFix conversion to float32, typing issue, split apart asm-wasm tests.
Add missing conversions from other types to f32 in fround.
Restrict fround() to only float, double, signed, unsigned (no unions / intish).
Restrict Bitwise operations to intish, particularly |0, when not applied to a foreign function.
Adding more exhaustive tests of stdlib Math, move to a separate file.
Adding tests of interesting values for the stdlib asm.js functions.
BUG= https://bugs.chromium.org/p/v8/issues/detail?id=4203
TEST=test-asm-validator,asm-wasm
R=titzer@chromium.org,rossberg@chromium.org
LOG=N
Committed: https://crrev.com/cca5c3f630df67b80f96c59ba4c9369428ba8000
Cr-Commit-Position: refs/heads/master@{#34967}
Patch Set 1 #Patch Set 2 : fix #Patch Set 3 : fix #
Total comments: 4
Patch Set 4 : fix #Patch Set 5 : fix #Patch Set 6 : fix #Patch Set 7 : fix #Patch Set 8 : merge #Patch Set 9 : fix #Patch Set 10 : fix #Patch Set 11 : fix #
Total comments: 4
Patch Set 12 : fix #Patch Set 13 : fix #Patch Set 14 : fix #Patch Set 15 : fix #
Messages
Total messages: 18 (9 generated)
|