mirror of
https://github.com/facebook/zstd.git
synced 2025-10-18 00:03:50 -04:00
Force Inline BtFindBestMatch
This commit is contained in:
parent
0551de4b5a
commit
0c654d22c8
@ -356,7 +356,7 @@ static size_t ZSTD_DUBT_findBestMatch (
|
|||||||
|
|
||||||
|
|
||||||
/** ZSTD_BtFindBestMatch() : Tree updater, providing best match */
|
/** ZSTD_BtFindBestMatch() : Tree updater, providing best match */
|
||||||
static size_t ZSTD_BtFindBestMatch (
|
FORCE_INLINE_TEMPLATE size_t ZSTD_BtFindBestMatch (
|
||||||
ZSTD_matchState_t* ms, ZSTD_compressionParameters const* cParams,
|
ZSTD_matchState_t* ms, ZSTD_compressionParameters const* cParams,
|
||||||
const BYTE* const ip, const BYTE* const iLimit,
|
const BYTE* const ip, const BYTE* const iLimit,
|
||||||
size_t* offsetPtr,
|
size_t* offsetPtr,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user