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

Experiment with portable SIMD #51

Open
JoeyBF opened this issue Nov 15, 2021 · 1 comment
Open

Experiment with portable SIMD #51

JoeyBF opened this issue Nov 15, 2021 · 1 comment

Comments

@JoeyBF
Copy link
Collaborator

JoeyBF commented Nov 15, 2021

Now that portable SIMD is available on nightly (std::simd), it might be interesting to switch to that instead of the homemade fp::simd. It might even make sense to upgrade Limb from u64 to u64x8 or something similar, to see if the autovectorization kicks in and does it better than our implementation.

@dalcde
Copy link
Contributor

dalcde commented Nov 15, 2021 via email

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

No branches or pull requests

2 participants