This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 86d96b2 [AArch64][6/14] ARMv8.2-A FP16 reduction vector intrinsics new 79cab9c [AArch64][7/10] ARMv8.2-A FP16 one operand scalar 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 | 35 +++ gcc/config.gcc | 2 +- gcc/config/aarch64/aarch64-builtins.c | 1 + gcc/config/aarch64/aarch64-simd-builtins.def | 54 +++- gcc/config/aarch64/aarch64-simd.md | 42 ++- gcc/config/aarch64/aarch64.md | 59 ++--- gcc/config/aarch64/arm_fp16.h | 365 +++++++++++++++++++++++++++ gcc/config/aarch64/arm_neon.h | 2 + gcc/config/aarch64/iterators.md | 32 ++- 9 files changed, 534 insertions(+), 58 deletions(-) create mode 100644 gcc/config/aarch64/arm_fp16.h