This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from ba0cde8ba2d testsuite: Replace many dg-require-thread-fence with dg-req [...] new 8f52040e5f0 RISC-V: Support FP lfloor/lfloorf auto vectorization new f0b05073bd3 RISC-V: Leverage stdint-gcc.h for RVV test cases
The 2 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 | 10 ++++ .../unop/{math-lround-0.c => math-lfloor-0.c} | 6 +- .../unop/{math-lceil-1.c => math-lfloor-1.c} | 6 +- .../riscv/rvv/autovec/unop/math-lfloor-run-0.c | 69 ++++++++++++++++++++++ .../riscv/rvv/autovec/unop/math-lfloor-run-1.c | 69 ++++++++++++++++++++++ .../riscv/rvv/autovec/unop/math-llrint-0.c | 1 + .../riscv/rvv/autovec/unop/math-llrint-run-0.c | 1 + .../gcc.target/riscv/rvv/autovec/unop/test-math.h | 2 - .../vls/{math-lround-0.c => math-lfloor-0.c} | 20 +++---- .../vls/{math-lceil-1.c => math-lfloor-1.c} | 20 +++---- 12 files changed, 189 insertions(+), 28 deletions(-) copy gcc/testsuite/gcc.target/riscv/rvv/autovec/unop/{math-lround-0.c => math-lflo [...] copy gcc/testsuite/gcc.target/riscv/rvv/autovec/unop/{math-lceil-1.c => math-lfloo [...] create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/autovec/unop/math-lfloor-run-0.c create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/autovec/unop/math-lfloor-run-1.c copy gcc/testsuite/gcc.target/riscv/rvv/autovec/vls/{math-lround-0.c => math-lfloo [...] copy gcc/testsuite/gcc.target/riscv/rvv/autovec/vls/{math-lceil-1.c => math-lfloor [...]