xxhash: remove experimental xxh3 code

it does not compile and we don't use it anyway.
This commit is contained in:
Thomas Waldmann 2020-02-29 23:26:43 +01:00
parent 810c60048b
commit 3905810e37
2 changed files with 0 additions and 1622 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1096,15 +1096,6 @@ XXH_PUBLIC_API XXH64_hash_t XXH64_hashFromCanonical(const XXH64_canonical_t* src
}
/* *********************************************************************
* XXH3
* New generation hash designed for speed on small keys and vectorization
************************************************************************ */
#include "xxh3.h"
#endif /* XXH_NO_LONG_LONG */
#endif /* XXHASH_C_01393879 */