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

Update xxhash_spec.md #949

Closed
wants to merge 1 commit into from
Closed

Update xxhash_spec.md #949

wants to merge 1 commit into from

Conversation

davesnx
Copy link

@davesnx davesnx commented Jun 7, 2024

Fix typo in xxhash_spec

Fix typo in xxhash_spec
@Cyan4973
Copy link
Owner

Cyan4973 commented Jun 7, 2024

I don't think it's a typo.

Since, in the previous loop, the code consumed input 8 bytes at a time,
at the end of this loop, only [0-7] bytes remain.
Consequently the >=4 may happen once at a maximum.

@Cyan4973 Cyan4973 closed this Jun 7, 2024
@davesnx davesnx deleted the patch-1 branch June 7, 2024 17:35
@davesnx
Copy link
Author

davesnx commented Jun 7, 2024

Totally, silly me.

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

Successfully merging this pull request may close these issues.

2 participants