mirror of
https://git.tukaani.org/xz.git
synced 2025-04-12 02:30:56 +00:00
Currently crc32 is always enabled, so COND_CHECK_CRC32 must always be set. Because of this, it makes the recent change to conditionally compile check/crc_clmul.c appear wrong since that file has CLMUL implementations for both CRC32 and CRC64.