zstd: Update to upstream version 1.4.5
This commit is contained in:
parent
a332e2f5b2
commit
914591c9ae
57 changed files with 2914 additions and 1499 deletions
4
thirdparty/zstd/compress/zstd_fast.h
vendored
4
thirdparty/zstd/compress/zstd_fast.h
vendored
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (c) 2016-present, Yann Collet, Facebook, Inc.
|
||||
* Copyright (c) 2016-2020, Yann Collet, Facebook, Inc.
|
||||
* All rights reserved.
|
||||
*
|
||||
* This source code is licensed under both the BSD-style license (found in the
|
||||
|
|
@ -15,7 +15,7 @@
|
|||
extern "C" {
|
||||
#endif
|
||||
|
||||
#include "mem.h" /* U32 */
|
||||
#include "../common/mem.h" /* U32 */
|
||||
#include "zstd_compress_internal.h"
|
||||
|
||||
void ZSTD_fillHashTable(ZSTD_matchState_t* ms,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue