DescriptionMIPS: Fix Run_Wasm_F32CopySign.
Run_Wasm_F32CopySign was failing because function copysign
that is used to verify the results does implicit conversion
from float to double. In this conversion we lose information
about NaN sign and the test fails.
Fix by using copysignf to avoid unnecessary float to double
conversion.
TEST=cctest/test-run-wasm/Run_Wasm_F32CopySign
BUG=
Committed: https://crrev.com/114c109a326facae2bb5edfdfd030dd7041b7767
Cr-Commit-Position: refs/heads/master@{#35237}
Patch Set 1 #
Messages
Total messages: 14 (7 generated)
|