zstd: Update to upstream 1.4.0
One step towards fixing #17374 as most experimental APIs we use are now part of the stable 1.4.0.
This commit is contained in:
parent
6697fd9a05
commit
88cb9bd27f
20 changed files with 1779 additions and 1241 deletions
2
thirdparty/zstd/common/compiler.h
vendored
2
thirdparty/zstd/common/compiler.h
vendored
|
|
@ -40,7 +40,7 @@
|
|||
|
||||
/**
|
||||
* FORCE_INLINE_TEMPLATE is used to define C "templates", which take constant
|
||||
* parameters. They must be inlined for the compiler to elimininate the constant
|
||||
* parameters. They must be inlined for the compiler to eliminate the constant
|
||||
* branches.
|
||||
*/
|
||||
#define FORCE_INLINE_TEMPLATE static INLINE_KEYWORD FORCE_INLINE_ATTR
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue