https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88540
Hongtao.liu <crazylht at gmail dot com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |crazylht at gmail dot com --- Comment #6 from Hongtao.liu <crazylht at gmail dot com> --- Note, x86 MINSS/MAXSS is not IEEE-conformant minimum and maximum operations, it always return the second operand when there's NAN, but for fmin/fmax_optab it should return the other operand.