completed implementation of ZSTD_cParam_getBounds()

for all parameters
This commit is contained in:
Yann Collet
2018-11-20 16:06:00 -08:00
parent 2e7fd6a2cb
commit 5c6d4b18ac
5 changed files with 99 additions and 36 deletions
-1
View File
@@ -10,7 +10,6 @@
/* ====== Tuning parameters ====== */
#define ZSTDMT_JOBSIZE_MAX (MEM_32bits() ? (512 MB) : (2 GB)) /* note : limited by `jobSize` type, which is `unsigned` */
#define ZSTDMT_OVERLAPLOG_DEFAULT 6