This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 5be97039aa6 rs6000: load high and low part of 128bit vector independent [...] new f3f9e4ee764 x86: Support bitwise and/andnot/abs/neg/copysign/xorsign op [...]
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-expand.cc | 76 +++++++++++++------ gcc/config/i386/i386.cc | 6 ++ gcc/config/i386/sse.md | 37 +++++++--- .../gcc.target/i386/avx2-bf16-vec-absneg.c | 85 ++++++++++++++++++++++ .../gcc.target/i386/avx512f-bf16-vec-absneg.c | 66 +++++++++++++++++ 5 files changed, 234 insertions(+), 36 deletions(-) create mode 100755 gcc/testsuite/gcc.target/i386/avx2-bf16-vec-absneg.c create mode 100755 gcc/testsuite/gcc.target/i386/avx512f-bf16-vec-absneg.c