This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 383400a6078 [nvptx] Set -misa=sm_35 by default new 59a95143dde x86: Add <x86gprintrin.h>
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/config.gcc | 4 +- gcc/config/i386/adxintrin.h | 4 +- gcc/config/i386/bmi2intrin.h | 4 +- gcc/config/i386/bmiintrin.h | 4 +- gcc/config/i386/cetintrin.h | 4 +- gcc/config/i386/cldemoteintrin.h | 4 +- gcc/config/i386/clflushoptintrin.h | 4 +- gcc/config/i386/clwbintrin.h | 4 +- gcc/config/i386/enqcmdintrin.h | 4 +- gcc/config/i386/fxsrintrin.h | 4 +- gcc/config/i386/ia32intrin.h | 4 +- gcc/config/i386/immintrin.h | 207 +-------------------- gcc/config/i386/lwpintrin.h | 4 +- gcc/config/i386/lzcntintrin.h | 4 +- gcc/config/i386/movdirintrin.h | 4 +- gcc/config/i386/pconfigintrin.h | 4 +- gcc/config/i386/pkuintrin.h | 4 +- gcc/config/i386/rdseedintrin.h | 4 +- gcc/config/i386/rtmintrin.h | 4 +- gcc/config/i386/serializeintrin.h | 4 +- gcc/config/i386/tbmintrin.h | 4 +- gcc/config/i386/tsxldtrkintrin.h | 4 +- gcc/config/i386/waitpkgintrin.h | 4 +- gcc/config/i386/wbnoinvdintrin.h | 4 +- gcc/config/i386/{immintrin.h => x86gprintrin.h} | 142 ++++---------- gcc/config/i386/x86intrin.h | 12 +- gcc/config/i386/xsavecintrin.h | 4 +- gcc/config/i386/xsaveintrin.h | 4 +- gcc/config/i386/xsaveoptintrin.h | 4 +- gcc/config/i386/xsavesintrin.h | 4 +- gcc/config/i386/xtestintrin.h | 4 +- gcc/testsuite/gcc.target/i386/avx-1.c | 10 + gcc/testsuite/gcc.target/i386/x86gprintrin-1.c | 7 + gcc/testsuite/gcc.target/i386/x86gprintrin-2.c | 30 +++ gcc/testsuite/gcc.target/i386/x86gprintrin-3.c | 15 ++ gcc/testsuite/gcc.target/i386/x86gprintrin-4.c | 30 +++ .../i386/{sse-22a.c => x86gprintrin-4a.c} | 2 +- gcc/testsuite/gcc.target/i386/x86gprintrin-5.c | 32 ++++ .../i386/{sse-22a.c => x86gprintrin-5a.c} | 6 +- .../i386/{sse-22a.c => x86gprintrin-5b.c} | 6 +- .../i386/{pr66746.c => x86gprintrin-6.c} | 2 +- libgcc/config/i386/shadow-stack-unwind.h | 9 +- 42 files changed, 225 insertions(+), 397 deletions(-) copy gcc/config/i386/{immintrin.h => x86gprintrin.h} (78%) create mode 100644 gcc/testsuite/gcc.target/i386/x86gprintrin-1.c create mode 100644 gcc/testsuite/gcc.target/i386/x86gprintrin-2.c create mode 100644 gcc/testsuite/gcc.target/i386/x86gprintrin-3.c create mode 100644 gcc/testsuite/gcc.target/i386/x86gprintrin-4.c copy gcc/testsuite/gcc.target/i386/{sse-22a.c => x86gprintrin-4a.c} (85%) create mode 100644 gcc/testsuite/gcc.target/i386/x86gprintrin-5.c copy gcc/testsuite/gcc.target/i386/{sse-22a.c => x86gprintrin-5a.c} (69%) copy gcc/testsuite/gcc.target/i386/{sse-22a.c => x86gprintrin-5b.c} (64%) copy gcc/testsuite/gcc.target/i386/{pr66746.c => x86gprintrin-6.c} (90%)