-
-
Notifications
You must be signed in to change notification settings - Fork 30
crc32: add avx512 implementation #422
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
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests.
Flags with carried forward coverage won't be shown. Click here to find out more.
... and 4 files with indirect coverage changes 🚀 New features to boost your workflow:
|
cd70acf to
e02132b
Compare
d645ed7 to
6d2808a
Compare
|
CI has a fuzzer failure. |
6d2808a to
e61c4d9
Compare
|
Forgot to pin the libz-sys-ng version there (the latest version changes medium compression output slightly, which our tests/implementation don't yet account for). All good now. |
e61c4d9 to
6ef558c
Compare
6ef558c to
202e333
Compare
bjorn3
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can't say I understand exactly how the CRC32 implementation works, but if it produces correct results for a bunch of cases, it is probably correct.
Testing happens with miri, because the CI machines don't support avx512 of course.