Skip to content

Commit 21bca2d

Browse files
committed
Update xxhash to v0.8.3
1 parent c5a13ad commit 21bca2d

File tree

3 files changed

+894
-430
lines changed

3 files changed

+894
-430
lines changed

3rdparty/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@
244244

245245
## xxHash
246246
- [![Upstream](https://img.shields.io/github/v/release/Cyan4973/xxHash?label=Upstream)](https://github.com/Cyan4973/xxHash)
247-
- Version: 0.8.2
247+
- Version: 0.8.3
248248
- License: BSD-2-Clause
249249

250250
## yaml-cpp

3rdparty/xxhash/xxhash.c

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* xxHash - Extremely Fast Hash algorithm
3-
* Copyright (C) 2012-2021 Yann Collet
3+
* Copyright (C) 2012-2023 Yann Collet
44
*
55
* BSD 2-Clause License (https://www.opensource.org/licenses/bsd-license.php)
66
*
@@ -32,12 +32,11 @@
3232
* - xxHash source repository: https://github.com/Cyan4973/xxHash
3333
*/
3434

35-
3635
/*
3736
* xxhash.c instantiates functions defined in xxhash.h
3837
*/
3938

40-
#define XXH_STATIC_LINKING_ONLY /* access advanced declarations */
41-
#define XXH_IMPLEMENTATION /* access definitions */
39+
#define XXH_STATIC_LINKING_ONLY /* access advanced declarations */
40+
#define XXH_IMPLEMENTATION /* access definitions */
4241

4342
#include "xxhash.h"

0 commit comments

Comments
 (0)