]> git.ipfire.org Git - thirdparty/zstd.git/commit
Tweaks to create a single-file decoder
authorCarl Woffenden <cwoffenden@gmail.com>
Wed, 21 Aug 2019 15:49:17 +0000 (17:49 +0200)
committerCarl Woffenden <cwoffenden@gmail.com>
Wed, 21 Aug 2019 15:49:17 +0000 (17:49 +0200)
commit901ea61f83333c88e749c6fb3d8d35f01378bde4
tree12a19855af586920fa31eb2d67412e6978dd753e
parent69c875a0cc771098f9ae9bb7a0a3e3ff6eb3f5c1
Tweaks to create a single-file decoder

The CHECK_F macros differ slightly (but eventually do the same thing). Older GCC needs to fallback on the old-style pragma optimisation flags.
lib/common/compiler.h
lib/common/fse_decompress.c
lib/decompress/huf_decompress.c