This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 374ef11dc85 gcc/ PR target/81821 * config/rx/rx.md (BW): New mode att [...] new 3b1fb03de60 [arm][1/3] Add -march=armv8.4-a option new 00b2ca01be2 [arm][2/3] Implement fp16fml extension for ARMv8.4-A new ecbb9d7d77b [arm][3/3] Implement fp16fml lane intrinsics
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 | 75 ++++ gcc/config/arm/arm-c.c | 1 + gcc/config/arm/arm-cpus.in | 24 +- gcc/config/arm/arm-modes.def | 1 + gcc/config/arm/arm-tables.opt | 13 +- gcc/config/arm/arm.h | 10 +- gcc/config/arm/arm_neon.h | 207 +++++++++++ gcc/config/arm/arm_neon_builtins.def | 16 + gcc/config/arm/iterators.md | 40 ++- gcc/config/arm/neon.md | 400 +++++++++++++++++++++ gcc/config/arm/t-aprofile | 7 + gcc/config/arm/t-arm-elf | 4 +- gcc/config/arm/t-multilib | 11 +- gcc/config/arm/unspecs.md | 2 + gcc/doc/invoke.texi | 29 ++ gcc/doc/sourcebuild.texi | 11 + gcc/testsuite/ChangeLog | 20 ++ gcc/testsuite/gcc.target/arm/multilib.exp | 16 + gcc/testsuite/gcc.target/arm/simd/fp16fml_high.c | 34 ++ .../simd/fp16fml_lane_high.c} | 14 + .../simd/fp16fml_lane_low.c} | 14 + gcc/testsuite/gcc.target/arm/simd/fp16fml_low.c | 34 ++ gcc/testsuite/lib/target-supports.exp | 45 +++ 23 files changed, 1015 insertions(+), 13 deletions(-) create mode 100644 gcc/testsuite/gcc.target/arm/simd/fp16fml_high.c copy gcc/testsuite/gcc.target/{aarch64/fp16_fmul_lane_high.h => arm/simd/fp16fml_l [...] copy gcc/testsuite/gcc.target/{aarch64/fp16_fmul_lane_low.h => arm/simd/fp16fml_la [...] create mode 100644 gcc/testsuite/gcc.target/arm/simd/fp16fml_low.c