xxhash removed

This commit is contained in:
2022-06-11 15:39:18 +03:00
parent abdc56d404
commit b5c9de24ed
4 changed files with 0 additions and 6091 deletions

View File

@@ -41,7 +41,5 @@ void test_hash_functions(){
printf("\e[96m--------[test_hash_functions]---------\n");
test_hashfunc(uint32, hash_crc32);
test_hashfunc(uint32, hash_sdbm32);
test_hashfunc(uint32, hash_xxh32);
test_hashfunc(uint64, hash_xxh3_64);
}));
}