This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 1dadd5110f8 Fix gcc.target/i386/vect-pr97352.c for -m32 -march=cascadelake new eea10afef71 AVX512FP16: Support basic 64/32bit vector type and operation. new dc614a838ec top-level configure: setup target_configdirs based on repository
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: configure | 10 +++ configure.ac | 10 +++ gcc/config/i386/i386.c | 4 ++ gcc/config/i386/i386.h | 13 ++-- gcc/config/i386/i386.md | 5 +- gcc/config/i386/mmx.md | 52 ++++++++++++--- .../gcc.target/i386/avx512fp16-64-32-vecop-1.c | 30 +++++++++ .../gcc.target/i386/avx512fp16-64-32-vecop-2.c | 75 ++++++++++++++++++++++ .../gcc.target/i386/avx512fp16-floatvnhf.c | 12 ++-- .../gcc.target/i386/avx512fp16-trunc-extendvnhf.c | 12 ++-- .../gcc.target/i386/avx512fp16-truncvnhf.c | 12 ++-- gcc/testsuite/gcc.target/i386/pr102230.c | 38 +++++++++++ 12 files changed, 240 insertions(+), 33 deletions(-) create mode 100644 gcc/testsuite/gcc.target/i386/avx512fp16-64-32-vecop-1.c create mode 100644 gcc/testsuite/gcc.target/i386/avx512fp16-64-32-vecop-2.c create mode 100644 gcc/testsuite/gcc.target/i386/pr102230.c