DescriptionX87: [wasm] Fix I32ReinterpretF32 and I64ReinterpretF64 on ia32.
port ea9254317149c7904a7bf6bc821af35958e4da7f (r42545)
original commit message:
On ia32 return statements in C++ automatically convert signalling NaNs
to quiet NaNs, even when bit_cast is used. This CL removes all uses of
bit_cast<float> and bit_cast<double> in the wasm compiler and wasm
interpreter.
BUG=
Review-Url: https://codereview.chromium.org/2648203002
Cr-Commit-Position: refs/heads/master@{#42588}
Committed: https://chromium.googlesource.com/v8/v8/+/66f2d7b64819676680be35e0fa0af4fa11da12cb
Patch Set 1 #
Messages
Total messages: 13 (6 generated)
|