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

SIMD processing #5

Open
suhasghorp opened this issue Apr 10, 2024 · 0 comments
Open

SIMD processing #5

suhasghorp opened this issue Apr 10, 2024 · 0 comments

Comments

@suhasghorp
Copy link

suhasghorp commented Apr 10, 2024

Hello, can anyone please explain the SIMD hashing code please? completely new to SIMD and reading up on it at https://en.algorithmica.org/hpc/simd/ but it would go a long way if there was an explanation of what's going on starting with these lines:

__m128i separators = _mm_set1_epi8(';'); __m128i chars = _mm_loadu_si128((__m128i*)data);

What is the algorithm used to generate the hash in SIMD version?

Thank you.

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

1 participant