This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-12 in repository gcc.
from bc52af48171 Daily bump. new 28a7b5df3b6 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