Skip to content

Commit 29e3ab6

Browse files
committed
GH-47475: [C++] Bump vendored xxhash to 0.8.3
1 parent d80e6ff commit 29e3ab6

File tree

3 files changed

+1202
-489
lines changed

3 files changed

+1202
-489
lines changed

cpp/src/arrow/vendored/xxhash/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@
1717
under the License.
1818
-->
1919

20-
The files in this directory are vendored from xxHash git tag v0.8.2
20+
The files in this directory are vendored from xxHash git tag v0.8.3
2121
(https://github.com/Cyan4973/xxHash).

cpp/src/arrow/vendored/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)