-
Notifications
You must be signed in to change notification settings - Fork 40
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
LLVM with RVV 0.7.1 support #32
Comments
Sorry, we don't support RVV 0.7.1. |
There the branch 0.7.1 is not referring to rvv? |
Yes, it is. But branch 0.7.1 is a development branch two years ago. We only added some rvv-0.7.1 instructions to the assembler. The llvm version corresponding to this branch is also very old and does not support auto-vectorization. Therefore, the branch probability cannot meet the existing use requirements. |
Co-authored-by: melonedo <[email protected]>
Hi,
I need LLVM support for RVV 0.7.1 to cross compile for Nezha board.
I could find support for older versions such as RVV0.8 and 0.9 in your repo.
Is there any branch with support for RVV 0.7.1 (with auto-vectorization)?
Thank you!
The text was updated successfully, but these errors were encountered: