This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 55f5e031214 Enable VBMI2 support [6/7] new 3a4403c85e0 nable VBMI2 support [7/7]
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/ChangeLog | 31 +++++ gcc/config/i386/avx512vbmi2intrin.h | 70 ++++++++++ gcc/config/i386/avx512vbmi2vlintrin.h | 145 +++++++++++++++++++++ gcc/config/i386/i386-builtin.def | 28 ++++ gcc/config/i386/sse.md | 57 ++++++++ gcc/testsuite/ChangeLog | 11 ++ .../{avx512f-vpshrdv-1.c => avx512f-vpshldv-1.c} | 36 ++--- .../{avx512f-vpshrdvd-2.c => avx512f-vpshldvd-2.c} | 15 +-- .../{avx512f-vpshrdvq-2.c => avx512f-vpshldvq-2.c} | 19 ++- .../{avx512f-vpshrdvw-2.c => avx512f-vpshldvw-2.c} | 15 +-- .../{avx512vl-vpshrdv-1.c => avx512vl-vpshldv-1.c} | 72 +++++----- ...{avx512vl-vpshldd-2.c => avx512vl-vpshldvd-2.c} | 4 +- ...{avx512vl-vpshldd-2.c => avx512vl-vpshldvq-2.c} | 4 +- ...{avx512vl-vpshldd-2.c => avx512vl-vpshldvw-2.c} | 4 +- 14 files changed, 425 insertions(+), 86 deletions(-) copy gcc/testsuite/gcc.target/i386/{avx512f-vpshrdv-1.c => avx512f-vpshldv-1.c} (53%) copy gcc/testsuite/gcc.target/i386/{avx512f-vpshrdvd-2.c => avx512f-vpshldvd-2.c} (73%) copy gcc/testsuite/gcc.target/i386/{avx512f-vpshrdvq-2.c => avx512f-vpshldvq-2.c} (65%) copy gcc/testsuite/gcc.target/i386/{avx512f-vpshrdvw-2.c => avx512f-vpshldvw-2.c} (74%) copy gcc/testsuite/gcc.target/i386/{avx512vl-vpshrdv-1.c => avx512vl-vpshldv-1.c} (50%) copy gcc/testsuite/gcc.target/i386/{avx512vl-vpshldd-2.c => avx512vl-vpshldvd-2.c} (84%) copy gcc/testsuite/gcc.target/i386/{avx512vl-vpshldd-2.c => avx512vl-vpshldvq-2.c} (84%) copy gcc/testsuite/gcc.target/i386/{avx512vl-vpshldd-2.c => avx512vl-vpshldvw-2.c} (84%)