This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from dfb40855a08 dwarf2out: Stop using wide_int in GC structures new 2cc4f58a7c1 RISC-V: Support FP lround/lroundf auto vectorization
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/riscv/autovec.md | 10 +++ gcc/config/riscv/riscv-protos.h | 2 + gcc/config/riscv/riscv-v.cc | 10 +++ .../unop/{math-lrint-0.c => math-lround-0.c} | 9 ++- .../unop/{math-lrint-1.c => math-lround-1.c} | 9 ++- .../riscv/rvv/autovec/unop/math-lround-run-0.c | 72 ++++++++++++++++++++++ .../riscv/rvv/autovec/unop/math-lround-run-1.c | 72 ++++++++++++++++++++++ .../vls/{math-lrint-0.c => math-lround-0.c} | 20 +++--- .../vls/{math-lrint-1.c => math-lround-1.c} | 20 +++--- 9 files changed, 200 insertions(+), 24 deletions(-) copy gcc/testsuite/gcc.target/riscv/rvv/autovec/unop/{math-lrint-0.c => math-lroun [...] copy gcc/testsuite/gcc.target/riscv/rvv/autovec/unop/{math-lrint-1.c => math-lroun [...] create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/autovec/unop/math-lround-run-0.c create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/autovec/unop/math-lround-run-1.c copy gcc/testsuite/gcc.target/riscv/rvv/autovec/vls/{math-lrint-0.c => math-lround [...] copy gcc/testsuite/gcc.target/riscv/rvv/autovec/vls/{math-lrint-1.c => math-lround [...]