mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-22 06:34:36 +00:00
Update xxHash to 0.8.1.
This commit is contained in:
parent
1a0cf3ff46
commit
6579399bfd
@ -5,10 +5,8 @@
|
|||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
#ifndef XXH_STATIC_LINKING_ONLY
|
#define XXH_INLINE_ALL
|
||||||
# define XXH_STATIC_LINKING_ONLY
|
#include "tracy_xxhash.h"
|
||||||
#endif
|
|
||||||
#include "tracy_xxh3.h"
|
|
||||||
|
|
||||||
namespace tracy
|
namespace tracy
|
||||||
{
|
{
|
||||||
|
@ -4,10 +4,8 @@
|
|||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
#ifndef XXH_STATIC_LINKING_ONLY
|
#define XXH_INLINE_ALL
|
||||||
# define XXH_STATIC_LINKING_ONLY
|
#include "tracy_xxhash.h"
|
||||||
#endif
|
|
||||||
#include "tracy_xxh3.h"
|
|
||||||
|
|
||||||
#include "../common/TracyForceInline.hpp"
|
#include "../common/TracyForceInline.hpp"
|
||||||
#include "TracyCharUtil.hpp"
|
#include "TracyCharUtil.hpp"
|
||||||
|
2704
server/tracy_xxh3.h
2704
server/tracy_xxh3.h
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user