DescriptionMIPS: Fix '[turbofan] Prevent storing signalling NaNs into holey double arrays.'
Port 6470ddadf93594657acee02b5ce5459752928490
On MIPS different signaling NaN values must be used for hardware and simulator targets, even at snapshot generation when always simulator is used.
Original commit message:
This introduces SilenceNaN operator, which makes sure that we only
store quiet NaNs into holey arrays. We omit the NaN silencing code
at instruction selection time if the input is an operation that
cannot possibly produce signalling NaNs.
BUG=
Committed: https://crrev.com/52f2ceb052f63324050c7a098e4398f510b54763
Cr-Commit-Position: refs/heads/master@{#38030}
Patch Set 1 #Patch Set 2 : Add mac cross-build conditions. #
Total comments: 2
Messages
Total messages: 25 (14 generated)
|