]> git.ipfire.org Git - thirdparty/zstd.git/commit
`ZSTD_maxCLevel` now limited to 21 for 32-bit binaries. 2885/head
authorYonatan Komornik <yoniko@gmail.com>
Tue, 30 Nov 2021 18:31:52 +0000 (10:31 -0800)
committerYonatan Komornik <yoniko@gmail.com>
Tue, 30 Nov 2021 18:31:52 +0000 (10:31 -0800)
commitef2cba609d4cbb3dffe423dccf737165c72b4b2e
tree7d045d6ff580ac6092d3c81f8e9c74dd165c96a9
parentc2c6a4ab40fcc327e79d5364f9c2ab1e41e6a7f8
`ZSTD_maxCLevel` now limited to 21 for 32-bit binaries.
CI tests for constrained memory runs with max level on 32-bit binaries.
.github/workflows/dev-short-tests.yml
doc/zstd_manual.html
lib/compress/clevels.h
lib/compress/zstd_compress.c
tests/fuzzer.c
tests/playTests.sh