Skip to content

Commit

Permalink
Update xxhash to v0.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
halx99 committed Jan 2, 2025
1 parent c5a13ad commit 21bca2d
Show file tree
Hide file tree
Showing 3 changed files with 894 additions and 430 deletions.
2 changes: 1 addition & 1 deletion 3rdparty/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@

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

## yaml-cpp
Expand Down
7 changes: 3 additions & 4 deletions 3rdparty/xxhash/xxhash.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* 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)
*
Expand Down Expand Up @@ -32,12 +32,11 @@
* - xxHash source repository: https://github.com/Cyan4973/xxHash
*/


/*
* xxhash.c instantiates functions defined in xxhash.h
*/

#define XXH_STATIC_LINKING_ONLY /* access advanced declarations */
#define XXH_IMPLEMENTATION /* access definitions */
#define XXH_STATIC_LINKING_ONLY /* access advanced declarations */
#define XXH_IMPLEMENTATION /* access definitions */

#include "xxhash.h"
Loading

0 comments on commit 21bca2d

Please sign in to comment.