This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 2203da51758 RISC-V: Fix incorrect code of reaching inaccessible memory address new 0d76b785222 RISC-V: Support RVV VREINTERPRET from vbool*_t to vint*m1_t new bed61b5646f RISC-V: Support RVV VREINTERPRET from vbool*_t to vuint*m1_t
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/genrvv-type-indexer.cc | 25 ++++ .../riscv/riscv-vector-builtins-functions.def | 8 ++ gcc/config/riscv/riscv-vector-builtins-types.def | 128 +++++++++++++++++++ gcc/config/riscv/riscv-vector-builtins.cc | 140 +++++++++++++++++++++ gcc/config/riscv/riscv-vector-builtins.def | 12 ++ .../riscv/rvv/base/misc_vreinterpret_vbool_vint.c | 35 +++++- 6 files changed, 347 insertions(+), 1 deletion(-)