This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 12039c9f40a Fix pr111456-1.c for targets that use unsigned char by default new 1c4ca595d81 RISC-V: Support FP trunc 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 | 32 +++++++++++++ .../autovec/unop/{math-rint-0.c => math-trunc-0.c} | 6 +-- .../autovec/unop/{math-rint-1.c => math-trunc-1.c} | 6 +-- .../autovec/unop/{math-rint-2.c => math-trunc-2.c} | 6 +-- .../autovec/unop/{math-rint-3.c => math-trunc-3.c} | 6 +-- .../riscv/rvv/autovec/unop/math-trunc-run-1.c | 39 +++++++++++++++ .../riscv/rvv/autovec/unop/math-trunc-run-2.c | 39 +++++++++++++++ .../riscv/rvv/autovec/vls/math-trunc-1.c | 56 ++++++++++++++++++++++ 10 files changed, 189 insertions(+), 12 deletions(-) copy gcc/testsuite/gcc.target/riscv/rvv/autovec/unop/{math-rint-0.c => math-trunc- [...] copy gcc/testsuite/gcc.target/riscv/rvv/autovec/unop/{math-rint-1.c => math-trunc- [...] copy gcc/testsuite/gcc.target/riscv/rvv/autovec/unop/{math-rint-2.c => math-trunc- [...] copy gcc/testsuite/gcc.target/riscv/rvv/autovec/unop/{math-rint-3.c => math-trunc- [...] create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/autovec/unop/math-trunc-run-1.c create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/autovec/unop/math-trunc-run-2.c create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/autovec/vls/math-trunc-1.c