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

Support for 32-bit word width #371

Open
yoaveshel opened this issue May 9, 2024 · 1 comment
Open

Support for 32-bit word width #371

yoaveshel opened this issue May 9, 2024 · 1 comment

Comments

@yoaveshel
Copy link

Are there any plans to support 32-bit words? I rewrote the division algorithm for a 32-bit machine and got an 18% speedup (testing was done on a risc-v simulator), so it seems there are some performance to be gained here.

@DaniPopes
Copy link
Contributor

DaniPopes commented Sep 18, 2024

Note that this would be a breaking change, but it makes sense to have machine-word-sized limbs instead of u64.

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

2 participants