Skip to content

Some of the variable types related to RISC-V Vector (RVV) are not recognized by the IDE #632

@laomaolaile

Description

@laomaolaile

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:

Image

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions