This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 6a8edd50a14 Fortran/OpenMP: Fix handling of strictly structured blocks
new 91fdbd650d4 Support smin/smax for V2HF/V4HF
new b4fc1abbd9a Support signbit/xorsign/copysign/abs/neg/and/xor/ior/andn f [...]
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/config/i386/i386.cc | 4 +
gcc/config/i386/mmx.md | 188 +++++++++++++++++----
.../gcc.target/i386/avx512fp16-64-32-vecop-1.c | 8 +-
gcc/testsuite/gcc.target/i386/part-vect-absneghf.c | 91 ++++++++++
.../gcc.target/i386/part-vect-copysignhf.c | 60 +++++++
.../gcc.target/i386/part-vect-vminmaxph-1.c | 36 ++++
.../gcc.target/i386/part-vect-xorsignhf.c | 60 +++++++
7 files changed, 411 insertions(+), 36 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/part-vect-absneghf.c
create mode 100644 gcc/testsuite/gcc.target/i386/part-vect-copysignhf.c
create mode 100644 gcc/testsuite/gcc.target/i386/part-vect-vminmaxph-1.c
create mode 100644 gcc/testsuite/gcc.target/i386/part-vect-xorsignhf.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.