Revert "Limit ZSTD_maxCLevel to 21 for 32-bit binaries."
This commit is contained in:
+1
-1
@@ -1982,7 +1982,7 @@ static int basicUnitTests(U32 const seed, double compressibility)
|
||||
int const rowLevelEnd = 8;
|
||||
|
||||
DISPLAYLEVEL(3, "test%3i : flat-dictionary efficiency test : \n", testNb++);
|
||||
assert(maxLevel == (MEM_32bits() ? 21 : 22));
|
||||
assert(maxLevel == 22);
|
||||
RDG_genBuffer(CNBuffer, flatdictSize + contentSize, compressibility, 0., seed);
|
||||
DISPLAYLEVEL(4, "content hash : %016llx; dict hash : %016llx \n",
|
||||
(unsigned long long)XXH64(contentStart, contentSize, 0),
|
||||
|
||||
Reference in New Issue
Block a user