This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from f46d54a2a76 [APX] Adjust target-support check [PR 115341] new c989e59fc99 [APX CCMP] Support APX CCMP new 23db87301b6 [APX CCMP] Adjust startegy for selecting ccmp candidates new 0b6cea8783b [APX CCMP] Support ccmp for float compare
The 3 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/ccmp.cc | 10 +- gcc/config/i386/i386-expand.cc | 164 +++++++++++++++++++++++++++++ gcc/config/i386/i386-opts.h | 6 +- gcc/config/i386/i386-protos.h | 5 + gcc/config/i386/i386.cc | 50 +++++++++ gcc/config/i386/i386.h | 1 + gcc/config/i386/i386.md | 35 +++++- gcc/config/i386/i386.opt | 3 + gcc/testsuite/gcc.target/i386/apx-ccmp-1.c | 104 ++++++++++++++++++ gcc/testsuite/gcc.target/i386/apx-ccmp-2.c | 104 ++++++++++++++++++ 10 files changed, 477 insertions(+), 5 deletions(-) create mode 100644 gcc/testsuite/gcc.target/i386/apx-ccmp-1.c create mode 100644 gcc/testsuite/gcc.target/i386/apx-ccmp-2.c