]> git.ipfire.org Git - thirdparty/zstd.git/commit
Speed optimizations with macro
authorDanielle Rozenblit <drozenblit@fb.com>
Thu, 27 Oct 2022 17:20:44 +0000 (10:20 -0700)
committerDanielle Rozenblit <drozenblit@fb.com>
Thu, 27 Oct 2022 17:20:44 +0000 (10:20 -0700)
commitdb74d043d6de8268d7c23c8781c26ecef60a86b7
tree0fbfe16c1f3e8741c24032ed931be02ffb4330e6
parent401331909e85a5590d03786130187545fe1e12df
Speed optimizations with macro
15 files changed:
contrib/freestanding_lib/freestanding.py
contrib/linux-kernel/Makefile
contrib/linux-kernel/linux.mk
contrib/linux-kernel/test/Makefile
contrib/linux-kernel/test/include/linux/module.h
contrib/linux-kernel/zstd_common_module.c [new file with mode: 0644]
lib/common/compiler.h
lib/common/huf.h
lib/common/pool.c
lib/compress/huf_compress.c
lib/compress/zstd_lazy.c
lib/decompress/zstd_ddict.c
programs/zstd.1
programs/zstd.1.md
tests/fuzz/zstd_helpers.c