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 how to pick the right SIMD implementation #163

Open
folkertdev opened this issue Aug 26, 2024 · 0 comments
Open

experiment with how to pick the right SIMD implementation #163

folkertdev opened this issue Aug 26, 2024 · 0 comments

Comments

@folkertdev
Copy link
Collaborator

we currently use the stdlib macros in many places. I believe this is reasonably fast for us (we don't do it in tight loops), but still those macros have overhead. We might benefit from a different approach. I came across

https://crates.io/crates/multiversion

which apparently has some tricks up its sleeve.

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
@folkertdev and others