This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 64a70053a8b 2019-08-22 Prathamesh Kulkarni prathamesh.kulkarni@linaro.org new 48665581293 [aarch64]: add intrinsics for vld1(q)_x4 and vst1(q)_x4
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 | 68 +++ gcc/config/aarch64/aarch64-simd-builtins.def | 6 + gcc/config/aarch64/aarch64-simd.md | 44 ++ gcc/config/aarch64/arm_neon.h | 508 +++++++++++++++++++++ gcc/testsuite/ChangeLog | 5 + .../advsimd-intrinsics/{vld1x3.c => vld1x4.c} | 49 +- .../advsimd-intrinsics/{vst1x3.c => vst1x4.c} | 48 +- 7 files changed, 681 insertions(+), 47 deletions(-) copy gcc/testsuite/gcc.target/aarch64/advsimd-intrinsics/{vld1x3.c => vld1x4.c} (59%) copy gcc/testsuite/gcc.target/aarch64/advsimd-intrinsics/{vst1x3.c => vst1x4.c} (59%)