You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Don't assume all NaNs being type-converted are quiet NaNs
When truncating floating point types, we detect whether the original
value was any kind of NaN, but reconstruct the destination value with
the qNaN bit always set - meaning any signalling NaNs get lost. This
patch explicitly includes the source qNaN bit as part of the data which
is copied over.
0 commit comments