This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from e3ece7684b0 middle-end/111253 - partly revert r11-6508-gabb1b6058c09a7 new 3e37e823184 RISC-V: Support rounding mode for VFMADD/VFMACC autovec new 625962440ba RISC-V: Support rounding mode for VFMSAC/VFMSUB autovec
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/riscv/autovec-opt.md | 68 ++++++++++------- gcc/config/riscv/autovec.md | 56 ++++++++------ gcc/config/riscv/vector-iterators.md | 2 + .../riscv/rvv/base/float-point-frm-autovec-1.c | 88 ++++++++++++++++++++++ .../riscv/rvv/base/float-point-frm-autovec-2.c | 88 ++++++++++++++++++++++ 5 files changed, 252 insertions(+), 50 deletions(-) create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/base/float-point-frm-autovec-1.c create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/base/float-point-frm-autovec-2.c