Bug 1956921 - Update xxHash to version 0.8.3. r=dthayer

Differential Revision: https://phabricator.services.mozilla.com/D243371
This commit is contained in:
Ryan VanderMeulen
2025-03-27 21:53:09 +00:00
parent f8482f701e
commit 8e8cb54828
3 changed files with 894 additions and 430 deletions

View File

@@ -15,4 +15,4 @@ Note that we do NOT use the copy of xxhash.{c,h} from the LZ4 repo. We
instead use the newer release from that project's upstream repo: instead use the newer release from that project's upstream repo:
https://github.com/Cyan4973/xxHash https://github.com/Cyan4973/xxHash
Current version: 0.8.2 [bbb27a5efb85b92a0486cf361a8635715a53f6ba] Current version: 0.8.3 [e626a72bc2321cd320e953a0ccf1584cad60f363]

View File

@@ -1,6 +1,6 @@
/* /*
* xxHash - Extremely Fast Hash algorithm * xxHash - Extremely Fast Hash algorithm
* Copyright (C) 2012-2021 Yann Collet * Copyright (C) 2012-2023 Yann Collet
* *
* BSD 2-Clause License (https://www.opensource.org/licenses/bsd-license.php) * BSD 2-Clause License (https://www.opensource.org/licenses/bsd-license.php)
* *
@@ -32,12 +32,11 @@
* - xxHash source repository: https://github.com/Cyan4973/xxHash * - xxHash source repository: https://github.com/Cyan4973/xxHash
*/ */
/* /*
* xxhash.c instantiates functions defined in xxhash.h * xxhash.c instantiates functions defined in xxhash.h
*/ */
#define XXH_STATIC_LINKING_ONLY /* access advanced declarations */ #define XXH_STATIC_LINKING_ONLY /* access advanced declarations */
#define XXH_IMPLEMENTATION /* access definitions */ #define XXH_IMPLEMENTATION /* access definitions */
#include "xxhash.h" #include "xxhash.h"

File diff suppressed because it is too large Load Diff