This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from d201bd1aab5 arm: Allow to override location of .gnu.sgstubs section new 2b4a03962a0 Support Intel AMX-FP16 ISA
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: gcc/common/config/i386/cpuinfo.h | 5 ++ gcc/common/config/i386/i386-common.cc | 15 ++++++ gcc/common/config/i386/i386-cpuinfo.h | 1 + gcc/common/config/i386/i386-isas.h | 1 + gcc/config.gcc | 2 +- .../i386/{amxbf16intrin.h => amxfp16intrin.h} | 32 +++++------- gcc/config/i386/cpuid.h | 1 + gcc/config/i386/i386-c.cc | 2 + gcc/config/i386/i386-isa.def | 1 + gcc/config/i386/i386-options.cc | 4 +- gcc/config/i386/i386.opt | 4 ++ gcc/config/i386/immintrin.h | 2 + gcc/doc/extend.texi | 5 ++ gcc/doc/invoke.texi | 11 ++-- gcc/doc/sourcebuild.texi | 3 ++ gcc/testsuite/g++.dg/other/i386-2.C | 2 +- gcc/testsuite/g++.dg/other/i386-3.C | 2 +- gcc/testsuite/gcc.target/i386/amx-check.h | 3 ++ gcc/testsuite/gcc.target/i386/amx-helper.h | 61 ++++++++++++++++++++++ .../{amxbf16-asmatt-1.c => amxfp16-asmatt-1.c} | 6 +-- .../{amxbf16-asmintel-1.c => amxfp16-asmintel-1.c} | 6 +-- gcc/testsuite/gcc.target/i386/amxfp16-dpfp16ps-2.c | 57 ++++++++++++++++++++ gcc/testsuite/gcc.target/i386/funcspec-56.inc | 2 + gcc/testsuite/gcc.target/i386/sse-12.c | 2 +- gcc/testsuite/gcc.target/i386/sse-13.c | 2 +- gcc/testsuite/gcc.target/i386/sse-14.c | 2 +- gcc/testsuite/gcc.target/i386/sse-22.c | 4 +- gcc/testsuite/gcc.target/i386/sse-23.c | 2 +- gcc/testsuite/lib/target-supports.exp | 11 ++++ 29 files changed, 212 insertions(+), 39 deletions(-) copy gcc/config/i386/{amxbf16intrin.h => amxfp16intrin.h} (61%) create mode 100644 gcc/testsuite/gcc.target/i386/amx-helper.h copy gcc/testsuite/gcc.target/i386/{amxbf16-asmatt-1.c => amxfp16-asmatt-1.c} (54%) copy gcc/testsuite/gcc.target/i386/{amxbf16-asmintel-1.c => amxfp16-asmintel-1.c} (54%) create mode 100644 gcc/testsuite/gcc.target/i386/amxfp16-dpfp16ps-2.c