This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 72b639760a8 LoongArch: Add Loongson ASX directive builtin function support. new a7b048c0f42 RISC-V: Support FP SGNJ autovec for VLS mode
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-vls.md | 22 +++++++++++ gcc/config/riscv/vector.md | 24 ++++++------ .../gcc.target/riscv/rvv/autovec/vls/def.h | 8 ++++ .../riscv/rvv/autovec/vls/floating-point-sgnj-1.c | 43 ++++++++++++++++++++++ .../riscv/rvv/autovec/vls/floating-point-sgnj-2.c | 43 ++++++++++++++++++++++ 5 files changed, 128 insertions(+), 12 deletions(-) create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/autovec/vls/floating-point-sgnj-1.c create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/autovec/vls/floating-point-sgnj-2.c