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

Fix pearsonbhash{64,128,256} #291

Merged
merged 2 commits into from
Aug 29, 2024
Merged

Fix pearsonbhash{64,128,256} #291

merged 2 commits into from
Aug 29, 2024

Conversation

darkk
Copy link
Contributor

@darkk darkk commented Aug 29, 2024

  • pearsonbhash128 and pearsonbhash256 were broken on Windows due to byteswap result being casted to int: D:\a\smhasher\smhasher\pearson_hash\pearsonb.c(105,10): warning C4013: '_byteswap_uint64' undefined; assuming extern returning int [D:\a\smhasher\smhasher\SMHasherSupport.vcxproj]

  • pearsonbhash64 was broken on big-endian machine

@rurban rurban merged commit 22ab980 into rurban:master Aug 29, 2024
7 of 10 checks passed
@rurban
Copy link
Owner

rurban commented Aug 29, 2024

Nice!

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