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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user