Hi,Since GCC 13, the variable types related to RISC-V Vector (RVV) are no longer defined through the header file riscv_vector.h, but are instead automatically generated by the compiler. For details on RVV type definitions, please refer to:

https://github.com/riscv-non-isa/rvv-intrinsic-doc/blob/main/doc/rvv-intrinsic-spec.adoc#header-file-inclusion
GCC's documentation on vector intrinsics can be found here:
https://gcc.gnu.org/onlinedocs/gcc/RISC-V-Vector-Intrinsics.html
Is there a way to suppress this warning or error? Do you have any good suggestions?