This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from c9837443075 RISC-V: Rename rounding const fp function for refactor new e2023d2d5ff RISC-V: Support FP nearbyint 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 | 11 ++++ gcc/config/riscv/riscv-protos.h | 2 + gcc/config/riscv/riscv-v.cc | 29 +++++++++++ .../unop/{math-ceil-0.c => math-nearbyint-0.c} | 11 ++-- .../unop/{math-ceil-1.c => math-nearbyint-1.c} | 11 ++-- .../unop/{math-ceil-2.c => math-nearbyint-2.c} | 11 ++-- .../unop/{math-ceil-3.c => math-nearbyint-3.c} | 11 ++-- .../riscv/rvv/autovec/unop/math-nearbyint-run-1.c | 48 ++++++++++++++++++ .../riscv/rvv/autovec/unop/math-nearbyint-run-2.c | 48 ++++++++++++++++++ .../gcc.target/riscv/rvv/autovec/unop/test-math.h | 33 ++++++++++++ .../riscv/rvv/autovec/vls/math-nearbyint-1.c | 58 ++++++++++++++++++++++ 11 files changed, 245 insertions(+), 28 deletions(-) copy gcc/testsuite/gcc.target/riscv/rvv/autovec/unop/{math-ceil-0.c => math-nearby [...] copy gcc/testsuite/gcc.target/riscv/rvv/autovec/unop/{math-ceil-1.c => math-nearby [...] copy gcc/testsuite/gcc.target/riscv/rvv/autovec/unop/{math-ceil-2.c => math-nearby [...] copy gcc/testsuite/gcc.target/riscv/rvv/autovec/unop/{math-ceil-3.c => math-nearby [...] create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/autovec/unop/math-nearbyint-run-1.c create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/autovec/unop/math-nearbyint-run-2.c create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/autovec/vls/math-nearbyint-1.c