This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-9 in repository gcc.
from d5c6ea22fe6 PR target/97150 AArch64: 2nd parameter of unsigned Neon sca [...] new d4256c8a662 Implement ACLE intrinsics for FRINT[32,64][Z,X]
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/config/aarch64/aarch64-c.c | 1 + gcc/config/aarch64/aarch64-simd-builtins.def | 6 + gcc/config/aarch64/aarch64.h | 3 + gcc/config/aarch64/aarch64.md | 14 +++ gcc/config/aarch64/arm_acle.h | 51 ++++++++ gcc/config/aarch64/arm_neon.h | 118 +++++++++++++++++++ gcc/config/aarch64/iterators.md | 9 ++ gcc/testsuite/gcc.target/aarch64/acle/rintnzx_1.c | 73 ++++++++++++ gcc/testsuite/gcc.target/aarch64/simd/vrndnzx_1.c | 137 ++++++++++++++++++++++ 9 files changed, 412 insertions(+) create mode 100644 gcc/testsuite/gcc.target/aarch64/acle/rintnzx_1.c create mode 100644 gcc/testsuite/gcc.target/aarch64/simd/vrndnzx_1.c