This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from ecca503bf41 Daily bump. new 7eed861e8ca Support vec_cmpmn/vcondmn for v2hf/v4hf.
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 | 4 + gcc/config/i386/i386.cc | 6 +- gcc/config/i386/mmx.md | 269 ++++++++++++++++++++- gcc/config/i386/sse.md | 25 +- gcc/testsuite/g++.target/i386/part-vect-vcondhf.C | 45 ++++ .../gcc.target/i386/part-vect-vec_cmphf.c | 26 ++ 6 files changed, 352 insertions(+), 23 deletions(-) create mode 100644 gcc/testsuite/g++.target/i386/part-vect-vcondhf.C create mode 100644 gcc/testsuite/gcc.target/i386/part-vect-vec_cmphf.c