This commit is contained in:
JCW
2025-05-22 08:52:49 +01:00
parent 0f9f3a0834
commit 09abafd8d6

View File

@@ -83,6 +83,7 @@ public:
state_ = allocState();
XXH3_64bits_reset_withSeed(state_, seed);
seed_ = seed;
writeSpan_ = buffer_;
}
template <
@@ -93,6 +94,7 @@ public:
state_ = allocState();
XXH3_64bits_reset_withSeed(state_, seed);
seed_ = seed;
writeSpan_ = buffer_;
}
void