mirror of
https://github.com/FEX-Emu/xxHash.git
synced 2024-11-23 14:39:40 +00:00
Merge pull request #493 from TheVice/xxhash_spec.md
[xxhash_spec.md] add missed semicolon at the pseudo-code.
This commit is contained in:
commit
f2c52f1236
@ -227,7 +227,7 @@ Note that accumulator convergence is more complex than 32-bit variant, and requi
|
||||
|
||||
mergeAccumulator(acc,accN):
|
||||
acc = acc xor round(0, accN);
|
||||
acc = acc * PRIME64_1
|
||||
acc = acc * PRIME64_1;
|
||||
return acc + PRIME64_4;
|
||||
|
||||
which is then used in the convergence formula:
|
||||
|
Loading…
Reference in New Issue
Block a user