Skip to content
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

Extend the support to risc32imc (or risc32imac) #15

Closed
bigspider opened this issue Sep 4, 2024 · 0 comments · Fixed by #87
Closed

Extend the support to risc32imc (or risc32imac) #15

bigspider opened this issue Sep 4, 2024 · 0 comments · Fixed by #87
Labels
performance Gotta go fast
Milestone

Comments

@bigspider
Copy link
Collaborator

#13 implemented the minimal riscv32i support, but there are extensions that it makes sense to implement:

  • M: multiplication, division and modulus opcodes
  • C: compressed instructions
  • A: atomic memory operations

M and C are quite important to improve overall performance.

A is not as important, but it might improve the developer experience as some crates won't compile without std::sync::atomic.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
performance Gotta go fast
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant