diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2021-12-05 18:15:36 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2021-12-05 18:15:36 +0000 |
commit | 7ad02fc1f7e786a0db9f1e25f34d2771997a1c57 (patch) | |
tree | 470f0c331e79aaed299cd14ab9fb4c3951a082bd /contrib/xxhash | |
parent | 23889da9ae115fbc23b43b856c06e94c12e3bb82 (diff) | |
download | rspamd-7ad02fc1f7e786a0db9f1e25f34d2771997a1c57.tar.gz rspamd-7ad02fc1f7e786a0db9f1e25f34d2771997a1c57.zip |
[Rework] Use xxh3 as a default hash and fix memory/alignment issues
Diffstat (limited to 'contrib/xxhash')
-rw-r--r-- | contrib/xxhash/xxh_x86dispatch.h | 1 |
1 files changed, 0 insertions, 1 deletions
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 |