This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 614052dd4ea x86: Update model values for Raptorlake. new a6687359381 RISC-V: Support RVV VFWNMACC rounding mode intrinsic API new d9577b4b4c2 RISC-V: Support RVV VFWMSAC rounding mode intrinsic API new c944ded0959 RISC-V: Support RVV VFWNMSAC rounding mode intrinsic API
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/config/riscv/riscv-vector-builtins-bases.cc | 75 ++++++++++++++++++++++ gcc/config/riscv/riscv-vector-builtins-bases.h | 3 + .../riscv/riscv-vector-builtins-functions.def | 6 ++ .../gcc.target/riscv/rvv/base/float-point-wmsac.c | 47 ++++++++++++++ .../gcc.target/riscv/rvv/base/float-point-wnmacc.c | 47 ++++++++++++++ .../gcc.target/riscv/rvv/base/float-point-wnmsac.c | 47 ++++++++++++++ 6 files changed, 225 insertions(+) create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/base/float-point-wmsac.c create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/base/float-point-wnmacc.c create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/base/float-point-wnmsac.c