This commit is contained in:
JCW
2025-06-02 17:04:47 +01:00
parent 404ea567ef
commit 2169abc438

View File

@@ -205,7 +205,7 @@ public:
// Rotate and return
auto result = (buffer << shift) | (buffer >> (64 - shift));
#else if ORIGINAL_HASH
#elif ORIGINAL_HASH
auto result = XXH3_64bits_digest(state_);
#else
auto result = seed_ == 0 ?