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

Add MIPS CPU cycle counter #289

Merged
merged 3 commits into from
Jul 11, 2024
Merged

Add MIPS CPU cycle counter #289

merged 3 commits into from
Jul 11, 2024

Conversation

darkk
Copy link
Contributor

@darkk darkk commented Jul 11, 2024

SMhasher is quite handy to benchmark hashes while cross-compiling for other platforms, so I'm adding MIPS cycle counter to have estimates based on number of cycles for my OpenWRT routers.

@darkk
Copy link
Contributor Author

darkk commented Jul 11, 2024

mingw build fails due to pearsonbhash128 and pearsonbhash256 failing:

     pearsonbhash128 - Verification value 0x3133157E ....... FAIL! (Expected 0x6befe6ea)
     pearsonbhash256 - Verification value 0x9FCEA4B5 ....... FAIL! (Expected 0x999b3c19)

Is the hash known to be unstable?

macOS build failure is described in #284

@rurban
Copy link
Owner

rurban commented Jul 11, 2024

Pearson stabity: no, not known yet. Interesting. Could be a windows update

@rurban rurban merged commit c398b35 into rurban:master Jul 11, 2024
6 of 10 checks passed
@rurban
Copy link
Owner

rurban commented Jul 11, 2024

Looks good enough for 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