Bug 1656894 - Update xxHash to version 0.8.0. r=dthayer

Differential Revision: https://phabricator.services.mozilla.com/D85767
This commit is contained in:
Ryan VanderMeulen 2021-01-12 16:20:32 +00:00
parent 534447f898
commit 691f671c7b
4 changed files with 3211 additions and 2496 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
/*
* xxHash - Extremely Fast Hash algorithm
* Copyright (C) 2012-present, Yann Collet
* Copyright (C) 2012-2020 Yann Collet
*
* BSD 2-Clause License (https://www.opensource.org/licenses/bsd-license.php)
*

File diff suppressed because it is too large Load Diff

View File

@ -186,6 +186,8 @@ SOURCES += [
"lz4/xxhash.c",
]
SOURCES["lz4/xxhash.c"].flags += ["-Wno-unused-function"]
DisableStlWrapping()
if CONFIG["MOZ_NEEDS_LIBATOMIC"]: