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

--- Comment #3 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The releases/gcc-11 branch has been updated by H.J. Lu <h...@gcc.gnu.org>:

https://gcc.gnu.org/g:7dc952f1c043ecb79aec6734175a4312696b5052

commit r11-8927-g7dc952f1c043ecb79aec6734175a4312696b5052
Author: H.J. Lu <hjl.to...@gmail.com>
Date:   Wed Jul 21 05:15:55 2021 -0700

    x86: Remove OPTION_MASK_ISA_SSE4_2 from CRC32 _builtin functions

    Since

    commit 39671f87b2df6a1894cc11a161e4a7949d1ddccd
    Author: H.J. Lu <hjl.to...@gmail.com>
    Date:   Thu Apr 15 05:59:48 2021 -0700

        x86: Use crc32 target option for CRC32 intrinsics

    enabled OPTION_MASK_ISA_CRC32 for -msse4 and removed TARGET_SSE4_2 check
    in sse4_2_crc32<mode> pattens, remove OPTION_MASK_ISA_SSE4_2 from CRC32
    _builtin functions.

    gcc/

            PR target/101549
            * config/i386/i386-builtin.def: Remove OPTION_MASK_ISA_SSE4_2
            from CRC32 _builtin functions.

    gcc/testsuite/

            PR target/101549
            * gcc.target/i386/crc32-6.c: New test.

    (cherry picked from commit 7aa28dbc371cf3c09c05c68672b00d9006391595)

Reply via email to