We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
risc32imc
risc32imac
#13 implemented the minimal riscv32i support, but there are extensions that it makes sense to implement:
riscv32i
M
C
A
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
#13 implemented the minimal
riscv32i
support, but there are extensions that it makes sense to implement:M
: multiplication, division and modulus opcodesC
: compressed instructionsA
: atomic memory operationsM
andC
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.The text was updated successfully, but these errors were encountered: