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

arch/checksum: fix bug in carry propagation #1457

Merged
merged 1 commit into from
Jan 21, 2022

Conversation

eugeneia
Copy link
Member

This fixes a bug in our scalar x86 IP checksum implementation, where some
carries where missed. Really hard to find with random testing, added a
systematic test case for carry propagation.

This fixes a bug in our scalar x86 IP checksum implementation, where some
carries where missed. Really hard to find with random testing, added a
systematic test case for carry propagation.
@eugeneia eugeneia requested a review from dpino April 17, 2020 13:32
@dpino
Copy link
Contributor

dpino commented Nov 9, 2020

Sorry for the late review, I didn't see your PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants