This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 18b57c1d4a8 c++: improve lookup of member-qualified names new 7afcb534239 Support embedded broadcast for AVX512FP16 instructions.
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/i386/i386.c | 5 ++ gcc/config/i386/i386.h | 3 +- gcc/config/i386/sse.md | 8 ---- .../gcc.target/i386/avx512fp16-broadcast-1.c | 33 ++++++++++++++ .../gcc.target/i386/avx512fp16-broadcast-2.c | 53 ++++++++++++++++++++++ 5 files changed, 93 insertions(+), 9 deletions(-) create mode 100644 gcc/testsuite/gcc.target/i386/avx512fp16-broadcast-1.c create mode 100644 gcc/testsuite/gcc.target/i386/avx512fp16-broadcast-2.c