This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 7aa5fb17a30 Use shift instructions to eliminate redundant compare/test [...] new 42a9e4e1381 rs6000: Add MMA __builtin_vsx_lxvp and __builtin_vsx_stxvp [...]
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/rs6000/rs6000-builtin.def | 22 ++++++++++ gcc/config/rs6000/rs6000-call.c | 56 +++++++++++++++++++++++- gcc/doc/extend.texi | 3 ++ gcc/testsuite/gcc.target/powerpc/mma-builtin-7.c | 26 +++++++++++ gcc/testsuite/gcc.target/powerpc/mma-builtin-8.c | 27 ++++++++++++ 5 files changed, 132 insertions(+), 2 deletions(-) create mode 100644 gcc/testsuite/gcc.target/powerpc/mma-builtin-7.c create mode 100644 gcc/testsuite/gcc.target/powerpc/mma-builtin-8.c