This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 03d12d8 [PATCH 11/17][ARM] Add builtins for VFP FP16 intrinsics. new 3d9aa5d [PATCH 12/17][ARM] Add builtins for NEON FP16 intrinsics. new 5d4c658 [PATCH 13/17][ARM] Add VFP FP16 instrinsics. new 34ac15c [PATCH 14/17][ARM] Add NEON FP16 instrinsics.
The 3 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 | 183 ++++++++++ gcc/config.gcc | 2 +- gcc/config/arm/arm_fp16.h | 255 +++++++++++++ gcc/config/arm/arm_neon.h | 675 +++++++++++++++++++++++++++++++++++ gcc/config/arm/arm_neon_builtins.def | 59 ++- 5 files changed, 1171 insertions(+), 3 deletions(-) create mode 100644 gcc/config/arm/arm_fp16.h