Fall Back in _extDict to New _noDict Rather than Old Merged Impl
This commit is contained in:
parent
fcab4841aa
commit
051b473e7e
@ -591,7 +591,7 @@ static size_t ZSTD_compressBlock_doubleFast_extDict_generic(
|
|||||||
|
|
||||||
/* if extDict is invalidated due to maxDistance, switch to "regular" variant */
|
/* if extDict is invalidated due to maxDistance, switch to "regular" variant */
|
||||||
if (prefixStartIndex == dictStartIndex)
|
if (prefixStartIndex == dictStartIndex)
|
||||||
return ZSTD_compressBlock_doubleFast_generic(ms, seqStore, rep, src, srcSize, mls, ZSTD_noDict);
|
return ZSTD_compressBlock_doubleFast_noDict_generic(ms, seqStore, rep, src, srcSize, mls);
|
||||||
|
|
||||||
/* Search Loop */
|
/* Search Loop */
|
||||||
while (ip < ilimit) { /* < instead of <=, because (ip+1) */
|
while (ip < ilimit) { /* < instead of <=, because (ip+1) */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user