inikep / lizard

Lizard (formerly LZ5) is an efficient compressor with very fast decompression. It achieves compression ratio that is comparable to zip/zlib and zstd/brotli (at low and medium compression levels) at decompression speed of 1000 MB/s and faster.
Other
644 stars 40 forks source link

ML_RUN_BITS_LIZv1 undefined #24

Closed nmoinvaz closed 3 years ago

nmoinvaz commented 3 years ago

In commit https://github.com/inikep/lizard/commit/c1f99fe363ac9a8199b84bd341218444f9ffc771 it appears this variable was renamed to ML_RUN_BITS_LIZv1 which no longer exists.

https://github.com/inikep/lizard/blob/3aef79399ad66b3a679ca59c3ca6236e86307d86/lib/lizard_decompress_liz.h#L106

In the branchless code, I am getting a MSAN error which I am trying to track down which is probably a non-issue.