This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from d5cfabc677b Daily bump. new 96f12b9f9b9 Enable vectorization for V2HF/V4HF rounding operations and sqrt. new e6d06308672 Support 32/64-bit vectorization for conversion between _Flo [...]
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-expand.cc | 6 + gcc/config/i386/i386.md | 38 +++ gcc/config/i386/mmx.md | 355 +++++++++++++++++++-- gcc/config/i386/sse.md | 72 ++++- .../gcc.target/i386/part-vect-hf-convert-1.c | 111 +++++++ gcc/testsuite/gcc.target/i386/part-vect-roundhf.c | 217 +++++++++++++ gcc/testsuite/gcc.target/i386/part-vect-sqrtph-1.c | 20 ++ 7 files changed, 783 insertions(+), 36 deletions(-) create mode 100644 gcc/testsuite/gcc.target/i386/part-vect-hf-convert-1.c create mode 100644 gcc/testsuite/gcc.target/i386/part-vect-roundhf.c create mode 100644 gcc/testsuite/gcc.target/i386/part-vect-sqrtph-1.c