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

Open
bigspider opened this issue Sep 4, 2024 · 0 comments
Open

Extend the support to risc32imc (or risc32imac) #15

bigspider opened this issue Sep 4, 2024 · 0 comments
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.

@bigspider bigspider added this to the MVP milestone Sep 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant