This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 31ef3fe9e49 RISC-V/testsuite: Fix ILP32 RVV failures from missing <gnu/ [...] new d324984f9fa RISC-V: Support FP round 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 | 5 ++ gcc/config/riscv/riscv-v.cc | 24 ++++++++++ .../autovec/unop/{math-ceil-0.c => math-round-0.c} | 6 +-- .../unop/{math-floor-1.c => math-round-1.c} | 6 +-- .../unop/{math-floor-2.c => math-round-2.c} | 6 +-- .../unop/{math-floor-3.c => math-round-3.c} | 6 +-- .../riscv/rvv/autovec/unop/math-round-run-1.c | 39 +++++++++++++++ .../riscv/rvv/autovec/unop/math-round-run-2.c | 39 +++++++++++++++ .../riscv/rvv/autovec/vls/math-round-1.c | 56 ++++++++++++++++++++++ 10 files changed, 185 insertions(+), 12 deletions(-) copy gcc/testsuite/gcc.target/riscv/rvv/autovec/unop/{math-ceil-0.c => math-round- [...] copy gcc/testsuite/gcc.target/riscv/rvv/autovec/unop/{math-floor-1.c => math-round [...] copy gcc/testsuite/gcc.target/riscv/rvv/autovec/unop/{math-floor-2.c => math-round [...] copy gcc/testsuite/gcc.target/riscv/rvv/autovec/unop/{math-floor-3.c => math-round [...] create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/autovec/unop/math-round-run-1.c create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/autovec/unop/math-round-run-2.c create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/autovec/vls/math-round-1.c