https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106113
Jakub Jelinek <jakub at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jakub at gcc dot gnu.org --- Comment #1 from Jakub Jelinek <jakub at gcc dot gnu.org> --- Has the definition of these intrinsics changed over time? Because e.g. clang up to 3.8.1 also matches gcc behavior of testing LTGT for the *neq* and UNEQ for *eq* intrinsics. Note, changing all UNEQ to EQ and LTGT to NE in the COMI section of i386-builtin.def doesn't do the trick.