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

Integer division needs better implementation in SSE #46

Closed
redorav opened this issue Feb 2, 2021 · 0 comments
Closed

Integer division needs better implementation in SSE #46

redorav opened this issue Feb 2, 2021 · 0 comments
Assignees
Labels

Comments

@redorav
Copy link
Owner

redorav commented Feb 2, 2021

SSE doesn't have native division instructions for vectors. One possibility is to extract the scalars, divide, then put back. Another alternative is to take a look at this website which seems to have alternatives and claim to be fast

http://libdivide.com/

@redorav redorav added the bug label Feb 2, 2021
@redorav redorav self-assigned this Feb 2, 2021
@redorav redorav closed this as not planned Won't fix, can't repro, duplicate, stale Jul 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant