[Bug target/95212] enum processor_features is out of sync

cvs-commit at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Tue May 19 21:52:08 GMT 2020


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

--- Comment #1 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by H.J. Lu <hjl@gcc.gnu.org>:

https://gcc.gnu.org/g:453954451be68d22462442268a29f54809182d2b

commit r11-505-g453954451be68d22462442268a29f54809182d2b
Author: H.J. Lu <hjl.tools@gmail.com>
Date:   Tue May 19 14:42:12 2020 -0700

    x86: Add FEATURE_AVX512VP2INTERSECT and update GFNI check

    Add FEATURE_AVX512VP2INTERSECT to libgcc so that enum processor_features
    in libgcc matches enum processor_features in i386-builtins.c.  Update
    GFNI check to support processors with SSE and AVX versions of GFNI.

            PR target/95212
            PR target/95220
            * config/i386/cpuinfo.c (get_available_features): Fix
            FEATURE_GFNI check.  Also check FEATURE_AVX512VP2INTERSECT.
            * config/i386/cpuinfo.h (processor_features): Add
            FEATURE_AVX512VP2INTERSECT.


More information about the Gcc-bugs mailing list