This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 51e5a5cefb1 RISC-V: Support RVV VFMACC rounding mode intrinsic API new 4d8b5563179 AArch64: Avoid the ICE on empty reduction definition in inf [...] new 62d9c1dd8eb RISC-V: Support RVV VFNMACC rounding mode intrinsic API
The 2 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.cc | 2 +- gcc/config/riscv/riscv-vector-builtins-bases.cc | 24 +++++++++++ gcc/config/riscv/riscv-vector-builtins-bases.h | 1 + .../riscv/riscv-vector-builtins-functions.def | 2 + gcc/testsuite/gcc.target/aarch64/pr110625_3.c | 35 ++++++++++++++++ .../base/float-point-single-negate-multiply-add.c | 47 ++++++++++++++++++++++ 6 files changed, 110 insertions(+), 1 deletion(-) create mode 100644 gcc/testsuite/gcc.target/aarch64/pr110625_3.c create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/base/float-point-single-nega [...]