This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 4701e62f855 Add missing ChangeLog entry for previous patch. new 983748c6252 Add missing mask[z]_scalef_round_s[d,s] intrinsics new 9263fc0f9bf Fix AVX-512 popcnt and bitalg tests.
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/ChangeLog | 23 ++++++ gcc/config/i386/avx512fintrin.h | 85 ++++++++++++++++++---- gcc/config/i386/i386-builtin.def | 4 +- gcc/config/i386/sse.md | 6 +- gcc/config/i386/subst.md | 1 + gcc/testsuite/ChangeLog | 28 +++++++ gcc/testsuite/gcc.target/i386/avx-1.c | 4 +- .../gcc.target/i386/avx512bitalg-vpopcntb-1.c | 3 +- .../gcc.target/i386/avx512bitalg-vpopcntw-1.c | 3 +- .../gcc.target/i386/avx512bitalg-vpshufbitqmb-1.c | 3 +- .../gcc.target/i386/avx512f-vscalefsd-1.c | 7 ++ .../gcc.target/i386/avx512f-vscalefsd-2.c | 28 ++++++- .../gcc.target/i386/avx512f-vscalefss-1.c | 6 ++ .../gcc.target/i386/avx512f-vscalefss-2.c | 28 ++++++- .../gcc.target/i386/avx512vpopcntdq-vpopcntd-1.c | 3 +- .../gcc.target/i386/avx512vpopcntdq-vpopcntq-1.c | 3 +- gcc/testsuite/gcc.target/i386/sse-13.c | 4 +- gcc/testsuite/gcc.target/i386/sse-23.c | 4 +- 18 files changed, 206 insertions(+), 37 deletions(-)