This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from e2023d2d5ff RISC-V: Support FP nearbyint auto-vectorization new e4cf5f54cac RISC-V: Support FP rint 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 | 1 + gcc/config/riscv/riscv-v.cc | 22 ++++++++ .../unop/{math-nearbyint-0.c => math-rint-0.c} | 6 +-- .../unop/{math-nearbyint-1.c => math-rint-1.c} | 6 +-- .../unop/{math-nearbyint-2.c => math-rint-2.c} | 6 +-- .../unop/{math-nearbyint-3.c => math-rint-3.c} | 6 +-- .../{math-nearbyint-run-1.c => math-rint-run-1.c} | 22 ++++---- .../{math-nearbyint-run-2.c => math-rint-run-2.c} | 22 ++++---- .../gcc.target/riscv/rvv/autovec/vls/math-rint-1.c | 58 ++++++++++++++++++++++ 10 files changed, 121 insertions(+), 38 deletions(-) copy gcc/testsuite/gcc.target/riscv/rvv/autovec/unop/{math-nearbyint-0.c => math-r [...] copy gcc/testsuite/gcc.target/riscv/rvv/autovec/unop/{math-nearbyint-1.c => math-r [...] copy gcc/testsuite/gcc.target/riscv/rvv/autovec/unop/{math-nearbyint-2.c => math-r [...] copy gcc/testsuite/gcc.target/riscv/rvv/autovec/unop/{math-nearbyint-3.c => math-r [...] copy gcc/testsuite/gcc.target/riscv/rvv/autovec/unop/{math-nearbyint-run-1.c => ma [...] copy gcc/testsuite/gcc.target/riscv/rvv/autovec/unop/{math-nearbyint-run-2.c => ma [...] create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/autovec/vls/math-rint-1.c