-
Notifications
You must be signed in to change notification settings - Fork 56
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
first cut at fixing a crc32 issue reported by a user #308
base: develop
Are you sure you want to change the base?
Conversation
When testing with this PR, I seem to get
|
hello,
|
@Unit193 ^ |
Well it claims to, but it's pretty dang old too.
Generally speaking, something like |
this might fix a problem a user reported where it uses the system library's _mm_crc32_u64 instead of the simde version. making a PR to test in CI