mirror of
https://github.com/FEX-Emu/xxHash.git
synced 2024-11-27 16:51:01 +00:00
fix typo default sample size
This commit is contained in:
parent
da89e10839
commit
8405fd6d33
@ -953,7 +953,7 @@ static int longCommandWArg(const char** stringPtr, const char* longCommand)
|
||||
* it can be necessary to test multiple input sizes
|
||||
* to paint an accurate picture of collision performance
|
||||
*/
|
||||
#define SAMPLE_SIZE_DEFAULT 255
|
||||
#define SAMPLE_SIZE_DEFAULT 256
|
||||
#define HASHFN_ID_DEFAULT 0
|
||||
|
||||
void help(const char* exeName)
|
||||
|
Loading…
Reference in New Issue
Block a user