Removing -resume functionality

This commit is contained in:
2026-02-28 19:09:28 +01:00
parent 1744309b50
commit b89526d724
4 changed files with 51 additions and 148 deletions

View File

@@ -31,7 +31,7 @@
#include <unistd.h>
#endif
#define XXH_VECTOR XXH_AVX2 //don't compile with gcc see xxhash.h line 4082
// #define XXH_VECTOR XXH_AVX2 // don't compile with gcc see xxhash.h line 4082
#define XXH_INLINE_ALL
#include "xxhash.c"
#include "xxhash.h"