inline xxhash functions

This commit is contained in:
Nikita Smith
2025-09-08 12:32:38 -07:00
committed by Ryan Fleury
parent 763bb57459
commit b1609017c5
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -2830,7 +2830,7 @@ str8_is_before_case_sensitive(const void *a, const void *b)
////////////////////////////////
//~ rjf: Basic String Hashes
#if !defined(XXH_IMPLEMENTATION)
#if !defined(XXH_IMPLEMENTATION)
# define XXH_INLINE_ALL
# define XXH_IMPLEMENTATION
# define XXH_STATIC_LINKING_ONLY
+1 -1
View File
@@ -17,7 +17,7 @@
#define MD5_API static
#include "third_party/md5/md5.c"
#include "third_party/md5/md5.h"
#define XXH_PRIVATE_API
#define XXH_INLINE_ALL
#define XXH_IMPLEMENTATION
#define XXH_STATIC_LINKING_ONLY
#include "third_party/xxHash/xxhash.c"