]> git.ipfire.org Git - thirdparty/zstd.git/commit
created STORED_*() macros
authorYann Collet <cyan@fb.com>
Tue, 28 Dec 2021 14:59:07 +0000 (06:59 -0800)
committerYann Collet <cyan@fb.com>
Tue, 28 Dec 2021 14:59:07 +0000 (06:59 -0800)
commit2068889146a8c41947bd57b41c639b9f5ab1b73c
tree763c03a42a45e02acb4ff3577e163c9ad278d469
parent1aed962216373a6683ff6f26e4ae0ff8fa62f4e4
created STORED_*() macros

to act on values stored / expressed in the sumtype numeric representation required by `storedSeq()`.

This makes it possible to abstract away this representation by using the macros to extract these values.

First user : ZSTD_updateRep() .
lib/compress/zstd_compress_internal.h