This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from bf7745f887c i386: Optimize EQ/NE comparison between avx512 kmask and -1. new 2fb9363dc35 [APX NF] Support APX NF add new 85a70b25368 [APX NF] Support APX NF for {sub/and/or/xor/neg} new 8e6a558d412 [APX NF] Support APX NF for left shift insns new 0964a8f15e9 [APX NF] Support APX NF for right shift insns new 699eeee5d55 [APX NF] Support APX NF for rotate insns new 8cd918dd416 [APX NF] Support APX NF for shld/shrd new 28ac63180e0 [APX NF] Support APX NF for mul/div new 4371ac5292d [APX NF] Support APX NF for lzcnt/tzcnt/popcnt
The 8 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-opts.h | 3 +- gcc/config/i386/i386.h | 1 + gcc/config/i386/i386.md | 1107 ++++++++++++++++++++++--------- gcc/config/i386/i386.opt | 3 + gcc/config/i386/sse.md | 24 + gcc/testsuite/gcc.target/i386/apx-ndd.c | 2 +- gcc/testsuite/gcc.target/i386/apx-nf.c | 17 + 7 files changed, 837 insertions(+), 320 deletions(-) create mode 100644 gcc/testsuite/gcc.target/i386/apx-nf.c