]> git.ipfire.org Git - thirdparty/zstd.git/commit
Huffman ASM 2722/head
authorNick Terrell <terrelln@fb.com>
Fri, 17 Sep 2021 18:43:04 +0000 (11:43 -0700)
committerNick Terrell <terrelln@fb.com>
Mon, 20 Sep 2021 21:46:43 +0000 (14:46 -0700)
commita5f2c45528032ed20c33e0f8cd2c163a800a0017
tree81a29bdc4893ee992bdf6cfe58f3d7a2620ea06a
parent51b123d5f732955b2079dffe00b5f197dcc8c206
Huffman ASM
15 files changed:
build/meson/lib/meson.build
build/single_file_libs/zstd-in.c
build/single_file_libs/zstddeclib-in.c
contrib/linux-kernel/Makefile
contrib/linux-kernel/decompress_sources.h
contrib/linux-kernel/test/macro-test.sh
lib/common/compiler.h
lib/common/error_private.h
lib/common/huf.h
lib/common/zstd_internal.h
lib/compress/huf_compress.c
lib/decompress/huf_decompress.c
lib/decompress/huf_decompress_amd64.S [new file with mode: 0644]
lib/zstd.h
tests/fuzz/huf_decompress.c