xxhash added

This commit is contained in:
2022-06-11 15:38:35 +03:00
parent a475b0d73c
commit abdc56d404
11 changed files with 6134 additions and 36 deletions

View File

@@ -12,9 +12,6 @@ extern "C" {
#include <time.h>
#include <setjmp.h>
#define CHOOSE(B, Y, N) __builtin_choose_expr(B, Y, N)
#define IFTYPE(X, T) __builtin_types_compatible_p(typeof(X), T)
#define dbg(N) printf("\e[95m%d\n",N)