This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 14a864ae5d9 Daily bump. new efa6a82b978 Support Intel AMX-COMPLEX new afa87bd5f7b i386: Add AMX-COMPLEX to Granite Rapids
The 2 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 | 2 + gcc/common/config/i386/i386-common.cc | 19 +++++++- gcc/common/config/i386/i386-cpuinfo.h | 1 + gcc/common/config/i386/i386-isas.h | 2 + gcc/config.gcc | 2 +- .../i386/{amxbf16intrin.h => amxcomplexintrin.h} | 39 +++++++++------- 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.h | 2 +- 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 | 4 +- .../gcc.target/i386/amxcomplex-asmatt-1.c | 15 ++++++ .../gcc.target/i386/amxcomplex-asmintel-1.c | 12 +++++ .../gcc.target/i386/amxcomplex-cmmimfp16ps-2.c | 53 ++++++++++++++++++++++ ...p16-dpfp16ps-2.c => amxcomplex-cmmrlfp16ps-2.c} | 39 ++++++++-------- 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 +++++ 31 files changed, 200 insertions(+), 55 deletions(-) copy gcc/config/i386/{amxbf16intrin.h => amxcomplexintrin.h} (50%) create mode 100644 gcc/testsuite/gcc.target/i386/amxcomplex-asmatt-1.c create mode 100644 gcc/testsuite/gcc.target/i386/amxcomplex-asmintel-1.c create mode 100644 gcc/testsuite/gcc.target/i386/amxcomplex-cmmimfp16ps-2.c copy gcc/testsuite/gcc.target/i386/{amxfp16-dpfp16ps-2.c => amxcomplex-cmmrlfp16ps [...]