1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

Use xxh3 for VarArray hashing.

This commit is contained in:
Bartosz Taudul
2020-02-29 15:31:05 +01:00
parent aed91a4d09
commit 935eb4cc61
2 changed files with 9 additions and 18 deletions
+3 -1
View File
@@ -5,7 +5,9 @@
#include <stdint.h>
#include <string.h>
#define XXH_STATIC_LINKING_ONLY
#ifndef XXH_STATIC_LINKING_ONLY
# define XXH_STATIC_LINKING_ONLY
#endif
#include "tracy_xxh3.h"
namespace tracy