update xxh3 to 0.8.0, fix is_ascii

This commit is contained in:
van Hauser
2020-09-03 09:59:23 +02:00
parent 020b8a4964
commit 4c48d3a3ad
5 changed files with 3461 additions and 3502 deletions

View File

@ -22,7 +22,10 @@
#include <stdint.h>
#include "afl-fuzz.h"
#include "types.h"
#include "xxh3.h"
#define XXH_INLINE_ALL
#include "xxhash.h"
#undef XXH_INLINE_ALL
/* we use xoshiro256** instead of rand/random because it is 10x faster and has
better randomness properties. */