damage-refinery: Use scalar xxh3 implementation
This is guaranteed to be portable. It's best to keep it like that until runtime detection is implemented.pull/96/head
parent
dc1d93cadf
commit
57d3b8d02d
|
@ -27,6 +27,7 @@
|
||||||
|
|
||||||
#define XXH_STATIC_LINKING_ONLY
|
#define XXH_STATIC_LINKING_ONLY
|
||||||
#define XXH_IMPLEMENTATION
|
#define XXH_IMPLEMENTATION
|
||||||
|
#define XXH_VECTOR XXH_SCALAR
|
||||||
#include "xxhash.h"
|
#include "xxhash.h"
|
||||||
|
|
||||||
#define UDIV_UP(a, b) (((a) + (b) - 1) / (b))
|
#define UDIV_UP(a, b) (((a) + (b) - 1) / (b))
|
||||||
|
|
Loading…
Reference in New Issue