Skip to content

Commit

Permalink
Improve rapidhash description
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicoshev authored and rurban committed May 27, 2024
1 parent 0cf6bf1 commit a593927
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -748,8 +748,8 @@ HashInfo g_hashes[] =
{ wyhash_test, 64, 0x9DAE7DD3, "wyhash", "wyhash v4.2 (64-bit)", GOOD, {}},
#endif
#ifdef HAVE_INT64
{ rapidhash_test, 64, 0xAF404C4B, "rapidhash", "rapidhash v1 (64-bit)", GOOD, {}},
{ rapidhash_unrolled_test, 64, 0xAF404C4B, "rapidhash_unrolled", "rapidhash v1 (64-bit)", GOOD, {}},
{ rapidhash_test, 64, 0xAF404C4B, "rapidhash", "rapidhash v1", GOOD, {}},
{ rapidhash_unrolled_test, 64, 0xAF404C4B, "rapidhash_unrolled", "rapidhash v1 - unrolled", GOOD, {}},
#endif
{ nmhash32_test, 32, 0x12A30553, "nmhash32", "nmhash32", GOOD, {}},
{ nmhash32x_test, 32, 0xA8580227, "nmhash32x", "nmhash32x", GOOD, {}},
Expand Down

0 comments on commit a593927

Please sign in to comment.