- Notifications
You must be signed in to change notification settings - Fork14.5k
Open
Labels
Description
The signaling bit convention on MIPS is opposite that of x86 and ARM, but APFloat doesn't know that. As a result, constant folding to a NaN erroneously produces a signaling NaN instead of a quiet NaN on MIPS:https://godbolt.org/z/TP5hePhWP