From 7ad02fc1f7e786a0db9f1e25f34d2771997a1c57 Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Sun, 5 Dec 2021 18:15:36 +0000 Subject: [Rework] Use xxh3 as a default hash and fix memory/alignment issues --- contrib/xxhash/xxh_x86dispatch.h | 1 - 1 file changed, 1 deletion(-) (limited to 'contrib/xxhash') diff --git a/contrib/xxhash/xxh_x86dispatch.h b/contrib/xxhash/xxh_x86dispatch.h index 6bc17bcbb..8e91fcf74 100644 --- a/contrib/xxhash/xxh_x86dispatch.h +++ b/contrib/xxhash/xxh_x86dispatch.h @@ -71,7 +71,6 @@ XXH_PUBLIC_API XXH_errorcode XXH3_128bits_update_dispatch(XXH3_state_t* state, c # undef XXH128 # define XXH128 XXH3_128bits_withSeed_dispatch -# define XXH3_128bits XXH3_128bits_dispatch # undef XXH3_128bits # define XXH3_128bits XXH3_128bits_dispatch # undef XXH3_128bits_withSeed -- cgit v1.2.3