Skip to content

Commit

Permalink
try this
Browse files Browse the repository at this point in the history
  • Loading branch information
azimafroozeh committed Sep 11, 2024
1 parent 53af1e8 commit 57f02f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/fls/cor/prm/fsst12/libfsst12.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ struct Symbol12 {
#define FSST12_HASH_PRIME1 2971215073LL
#define FSST12_HASH(w) (((w) * FSST12_HASH_PRIME1) ^ (((w) * FSST12_HASH_PRIME1) >> 13))
ulong hash() const {
uint v0 = 0xFFFFFFFF & *(ulong*)symbol;
uint32_t v0 = 0xFFFFFFFF & *(ulong*)symbol;
return FSST12_HASH(v0);
}

Expand Down

0 comments on commit 57f02f1

Please sign in to comment.