forked from llvm/llvm-project
-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
-march=rv64gc_xtheadvector does not define __riscv_vector #128
Comments
imkiva
added a commit
to imkiva/llvm-project
that referenced
this issue
Aug 30, 2024
ChunyuLiao
pushed a commit
that referenced
this issue
Aug 30, 2024
* [Clang][XTHeadVector] define `__riscv_vector` (#128) * [Clang][XTHeadVector] reorder check test
imkiva
added a commit
to imkiva/llvm-project
that referenced
this issue
Feb 24, 2025
* [Clang][XTHeadVector] define `__riscv_vector` (ruyisdk#128) * [Clang][XTHeadVector] reorder check test
imkiva
added a commit
to imkiva/llvm-project
that referenced
this issue
Feb 26, 2025
* [Clang][XTHeadVector] define `__riscv_vector` (ruyisdk#128) * [Clang][XTHeadVector] reorder check test
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
riscv-gnu-toolchain with the latest gcc
gcc defines
__riscv_vector
but clang does notCan we keep it consistent and define
__riscv_vector
as well?This will make it easier to port existing rvv code directly
The text was updated successfully, but these errors were encountered: