https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102166
--- Comment #11 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by hongtao Liu <liuho...@gcc.gnu.org>: https://gcc.gnu.org/g:de6795bbf58c7085933a1f86a88d8193ea72e26b commit r12-3323-gde6795bbf58c7085933a1f86a88d8193ea72e26b Author: liuhongt <hongtao....@intel.com> Date: Thu Sep 2 12:49:46 2021 +0800 Remove macro check for __AMX_BF16/INT8/TILE__ in header file. gcc/ChangeLog: PR target/102166 * config/i386/amxbf16intrin.h : Remove macro check for __AMX_BF16__. * config/i386/amxint8intrin.h : Remove macro check for __AMX_INT8__. * config/i386/amxtileintrin.h : Remove macro check for __AMX_TILE__. gcc/testsuite/ChangeLog: PR target/102166 * g++.target/i386/pr102166.C: New test.