diff options
Diffstat (limited to 'src/liblzma/check/crc64_fast.c')
-rw-r--r-- | src/liblzma/check/crc64_fast.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/liblzma/check/crc64_fast.c b/src/liblzma/check/crc64_fast.c index 4e6633db..ce74901c 100644 --- a/src/liblzma/check/crc64_fast.c +++ b/src/liblzma/check/crc64_fast.c @@ -14,6 +14,7 @@ #include "check.h" #include "crc_common.h" + #ifdef CRC_GENERIC ///////////////////////////////// @@ -75,7 +76,9 @@ crc64_generic(const uint8_t *buf, size_t size, uint64_t crc) } #endif + #if defined(CRC_GENERIC) && defined(CRC_CLMUL) + ////////////////////////// // Function dispatching // ////////////////////////// |