-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
Add riscv64imac_unknown_none_elf support #53308
Comments
RV64 support in LLVM is practically nil at this point, so we can't just generate code for it yet. |
Yeah, the riscv port of nebulet is waiting on support for riscv64 (as well as its various extensions). |
|
I'm very much interested in this as well (for use on the HiFive Unleashed) |
Have the relevant patches been merged at this point? |
Wow, nearly all the patches have been merged to LLVM by now. |
I would expect to see RV64GC support within the next LLVM release. Note, that Linux distributions target RV64GC. |
I hope we can close the issue: |
Closing, thanks! |
#52787 added support only for riscv32imac_unknown_none_elf.
I am working on riscv64imac_unknown_none_elf soft cores (running sel4) and would love to be able to use Rust, in particular: https://github.com/PolySync/cargo-fel4
I don't know the domain yet but would love to learn by going through the PR submission process to add that architecture if there are no reasons to exclude it. Are there reasons for not including riscv64imac related to hardware in the wild?
/cc @japaric
The text was updated successfully, but these errors were encountered: