Update xxHash to 0.8.1.

This commit is contained in:
Bartosz Taudul 2021-12-01 21:52:31 +01:00
parent 1a0cf3ff46
commit 6579399bfd
No known key found for this signature in database
GPG Key ID: B7FE2008B7575DF3
4 changed files with 4160 additions and 3364 deletions

View File

@ -5,10 +5,8 @@
#include <stdint.h>
#include <string.h>
#ifndef XXH_STATIC_LINKING_ONLY
# define XXH_STATIC_LINKING_ONLY
#endif
#include "tracy_xxh3.h"
#define XXH_INLINE_ALL
#include "tracy_xxhash.h"
namespace tracy
{

View File

@ -4,10 +4,8 @@
#include <stdint.h>
#include <string.h>
#ifndef XXH_STATIC_LINKING_ONLY
# define XXH_STATIC_LINKING_ONLY
#endif
#include "tracy_xxh3.h"
#define XXH_INLINE_ALL
#include "tracy_xxhash.h"
#include "../common/TracyForceInline.hpp"
#include "TracyCharUtil.hpp"

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff