https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95212
--- Comment #2 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The releases/gcc-10 branch has been updated by H.J. Lu <h...@gcc.gnu.org>: https://gcc.gnu.org/g:e54fa81e16eb5633ed09c816311135ecc434f105 commit r10-8158-ge54fa81e16eb5633ed09c816311135ecc434f105 Author: H.J. Lu <hjl.to...@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. Backport from master 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.