File tree Expand file tree Collapse file tree 3 files changed +1202
-489
lines changed
cpp/src/arrow/vendored/xxhash Expand file tree Collapse file tree 3 files changed +1202
-489
lines changed Original file line number Diff line number Diff line change 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 ).
Original file line number Diff line number Diff line change 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 *
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"
You can’t perform that action at this time.
0 commit comments