This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from b02719918d7 c++: Fix array-init1.C for ILP32 [PR93817] new 71c82d0e18d aarch64: Move vmull_<high_>* to 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/ChangeLog | 22 +++++++ gcc/config/aarch64/aarch64-simd-builtins.def | 6 ++ gcc/config/aarch64/aarch64-simd.md | 11 ++++ gcc/config/aarch64/arm_neon.h | 84 ++++----------------------- gcc/testsuite/ChangeLog | 4 ++ gcc/testsuite/gcc.target/aarch64/vmull_high.c | 23 ++++++++ 6 files changed, 78 insertions(+), 72 deletions(-) create mode 100644 gcc/testsuite/gcc.target/aarch64/vmull_high.c