X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=deps%2Flibchdr%2Fdeps%2Fzstd-1.5.6%2Flib%2Fcommon%2Fxxhash.c;fp=deps%2Flibchdr%2Fdeps%2Fzstd-1.5.5%2Flib%2Fcommon%2Fxxhash.c;h=052cd522824b1eb0fa04d5d87e3c27fdc8e069a3;hb=f535537faaef474f7d31e50949eea1f15a58ee09;hp=fd237c9062ab568f4c986092908a71e5ebfff770;hpb=db02598e737b8d50cd347fe2ef13cb85ade051dd;p=pcsx_rearmed.git diff --git a/deps/libchdr/deps/zstd-1.5.5/lib/common/xxhash.c b/deps/libchdr/deps/zstd-1.5.6/lib/common/xxhash.c similarity index 50% rename from deps/libchdr/deps/zstd-1.5.5/lib/common/xxhash.c rename to deps/libchdr/deps/zstd-1.5.6/lib/common/xxhash.c index fd237c90..052cd522 100644 --- a/deps/libchdr/deps/zstd-1.5.5/lib/common/xxhash.c +++ b/deps/libchdr/deps/zstd-1.5.6/lib/common/xxhash.c @@ -1,24 +1,18 @@ /* - * xxHash - Fast Hash algorithm - * Copyright (c) Meta Platforms, Inc. and affiliates. - * - * You can contact the author at : - * - xxHash homepage: https://cyan4973.github.io/xxHash/ - * - xxHash source repository : https://github.com/Cyan4973/xxHash + * xxHash - Extremely Fast Hash algorithm + * Copyright (c) Yann Collet - Meta Platforms, Inc * * This source code is licensed under both the BSD-style license (found in the * LICENSE file in the root directory of this source tree) and the GPLv2 (found * in the COPYING file in the root directory of this source tree). * You may select, at your option, one of the above-listed licenses. -*/ - - + */ /* * 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"