[Bug target/110303] With -O0, _mm_shuffle_epi32 with a constexpr function argument does not compile

pinskia at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Mon Jun 19 00:19:32 GMT 2023


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110303

--- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
so _mm_shuffle_epi32 requires a constant but since it is an argument, the
argument, it is not a constant expression requirement.


More information about the Gcc-bugs mailing list