This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 6a2053773b8 Document various BLOCK macros. new 6b2034c479e aarch64: Reimplement vabdl_* intrinsics using builtins new 8bfdf51d859 aarch64: Reimplement vmovl_high_* intrinsics using builtins
The 2 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-simd-builtins.def | 8 +++ gcc/config/aarch64/aarch64-simd.md | 11 +++ gcc/config/aarch64/aarch64.md | 2 + gcc/config/aarch64/arm_neon.h | 84 ++++------------------ gcc/config/aarch64/iterators.md | 4 ++ .../gcc.target/aarch64/simd/vmovl_high_1.c | 32 +++++++++ 6 files changed, 69 insertions(+), 72 deletions(-) create mode 100644 gcc/testsuite/gcc.target/aarch64/simd/vmovl_high_1.c