This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 339db340af2 libgcc: fix gfortran build on Windows new febb58d28bf Use movss/movsd to implement V4SI/V2DI VEC_PERM on x86.
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-builtin.def | 4 ++-- gcc/config/i386/i386-expand.cc | 8 +++++--- gcc/config/i386/sse.md | 24 ++++++++++++------------ gcc/testsuite/gcc.target/i386/sse-movss-4.c | 13 +++++++++++++ gcc/testsuite/gcc.target/i386/sse2-movsd-3.c | 15 +++++++++++++++ 5 files changed, 47 insertions(+), 17 deletions(-) create mode 100644 gcc/testsuite/gcc.target/i386/sse-movss-4.c create mode 100644 gcc/testsuite/gcc.target/i386/sse2-movsd-3.c