This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-8 in repository gcc.
from 1540e95f2c4 aarch64: Add support for Neoverse V1 CPU new 11e0e5fa724 Add missing AArch64 NEON instrinctics for Armv8.2-a to Armv8.4-a new 7409639ab56 AArch64: Update Armv8.4-a's FP16 FML intrinsics
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 | 10 +- gcc/config/aarch64/aarch64-simd.md | 28 ++-- gcc/config/aarch64/arm_neon.h | 149 +++++++++++++++++---- gcc/config/aarch64/iterators.md | 3 + gcc/testsuite/gcc.target/aarch64/fp16_fmul_high.h | 16 +-- .../gcc.target/aarch64/fp16_fmul_lane_high.h | 32 ++--- .../gcc.target/aarch64/fp16_fmul_lane_low.h | 32 ++--- gcc/testsuite/gcc.target/aarch64/fp16_fmul_low.h | 16 +-- gcc/testsuite/gcc.target/aarch64/sha3.h | 40 ++++-- gcc/testsuite/gcc.target/aarch64/sha3_1.c | 4 +- gcc/testsuite/gcc.target/aarch64/sha3_2.c | 4 +- gcc/testsuite/gcc.target/aarch64/sha3_3.c | 4 +- gcc/testsuite/lib/target-supports.exp | 2 +- 13 files changed, 233 insertions(+), 107 deletions(-)