This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 79cab9c [AArch64][7/10] ARMv8.2-A FP16 one operand scalar intrinsics new 90a2895 [AArch64][8/10] ARMv8.2-A FP16 two operands scalar intrinsics new 1c14d8e [AArch64][9/10] ARMv8.2-A FP16 three operands scalar intrinsics new 5d4ed56 [AArch64][10/10] ARMv8.2-A FP16 lane scalar intrinsics new 9082129 testsuite: add two missing label_values annotations
The 4 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 | 50 +++++- gcc/config/aarch64/aarch64-simd-builtins.def | 33 ++-- gcc/config/aarch64/aarch64-simd.md | 40 ++--- gcc/config/aarch64/aarch64.md | 113 +++++++++----- gcc/config/aarch64/arm_fp16.h | 214 ++++++++++++++++++++++++++ gcc/config/aarch64/arm_neon.h | 52 +++++++ gcc/config/aarch64/iterators.md | 11 +- gcc/testsuite/ChangeLog | 5 + gcc/testsuite/gcc.c-torture/execute/pr71494.c | 1 + gcc/testsuite/gcc.dg/pr16973.c | 1 + 10 files changed, 445 insertions(+), 75 deletions(-)