This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 7459bfa8a37 compiler, runtime: allow slice to array pointer conversion new 724adffe65e Support cond_add/sub/mul/div for vector float/double.
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/sse.md | 54 ++++++++++++++ .../i386/cond_op_addsubmuldiv_double-1.c | 31 ++++++++ .../i386/cond_op_addsubmuldiv_double-2.c | 85 ++++++++++++++++++++++ .../gcc.target/i386/cond_op_addsubmuldiv_float-1.c | 9 +++ .../gcc.target/i386/cond_op_addsubmuldiv_float-2.c | 4 + 5 files changed, 183 insertions(+) create mode 100644 gcc/testsuite/gcc.target/i386/cond_op_addsubmuldiv_double-1.c create mode 100644 gcc/testsuite/gcc.target/i386/cond_op_addsubmuldiv_double-2.c create mode 100644 gcc/testsuite/gcc.target/i386/cond_op_addsubmuldiv_float-1.c create mode 100644 gcc/testsuite/gcc.target/i386/cond_op_addsubmuldiv_float-2.c