This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 7e45f717f8a 2017-07-24 Thomas Koenig tkoenig@gcc.gnu.org new ec77f36de89 [AArch64, Patch] Generate MLA when multiply + add vector by scalar
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/ChangeLog | 5 ++ gcc/config/aarch64/aarch64-simd.md | 24 ++++++++ gcc/testsuite/ChangeLog | 4 ++ .../gcc.target/aarch64/simd/vmla_elem_1.c | 67 ++++++++++++++++++++++ 4 files changed, 100 insertions(+) create mode 100644 gcc/testsuite/gcc.target/aarch64/simd/vmla_elem_1.c