This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 718cf8d0bd3 docs: remove recently added trailing whitespaces new eb966d393df aarch64: Implement ACLE Data Intrinsics
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/aarch64/aarch64-builtins.cc | 71 ++++ gcc/config/aarch64/aarch64.md | 13 +- gcc/config/aarch64/arm_acle.h | 53 +++ .../gcc.target/aarch64/acle/data-intrinsics.c | 468 +++++++++++++++++++++ 4 files changed, 602 insertions(+), 3 deletions(-) create mode 100644 gcc/testsuite/gcc.target/aarch64/acle/data-intrinsics.c