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

Evaluate full SIMD Hamming distance performance #34

Open
cmdevries opened this issue Nov 25, 2016 · 1 comment
Open

Evaluate full SIMD Hamming distance performance #34

cmdevries opened this issue Nov 25, 2016 · 1 comment

Comments

@cmdevries
Copy link
Owner

Use compiler intrinsics to try different SIMD implementations of Hamming distance for both exlusive or and population count

@cmdevries cmdevries changed the title Evaluate full SIMD Hamming distance Evaluate full SIMD Hamming distance performance Nov 25, 2016
@cmdevries
Copy link
Owner Author

Can also try mixing SIMD Hamming distance on FPU + POPCNT which runs on the ALU to keep all execution units on the CPU busy.

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

1 participant