mirror of
https://git.tukaani.org/xz.git
synced 2026-04-01 13:48:02 +00:00
It's not completely obvious if this is better in the decoder. It should be good if compiler can avoid creating a branch (like using CMOV on x86). This also makes lzma_encoder.c use the new macros.