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
Andri Yngvason 2023-10-04 09:03:09 +00:00
parent dc1d93cadf
commit 57d3b8d02d
1 changed files with 1 additions and 0 deletions

View File

@ -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))