[Bug target/106113] wrong codegen for _mm_[u]comineq_{ss,sd} and need to return PF result.
jakub at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Tue Jun 28 13:32:45 GMT 2022
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.
More information about the Gcc-bugs
mailing list