X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=crc%2Fcrc32c.h;h=18f1161d0a7127cda69eb492574d7b4a8fd8fcb3;hb=2c7dd23e5142e421723ede2557fe868ac32c8265;hp=08755cc8cfafc37f565b65de2a4677c8a5938a87;hpb=58828d0759642a8d438c94ee96a3e9848f89102a;p=fio.git diff --git a/crc/crc32c.h b/crc/crc32c.h index 08755cc8..18f1161d 100644 --- a/crc/crc32c.h +++ b/crc/crc32c.h @@ -45,7 +45,7 @@ extern void crc32c_intel_probe(void); static inline void crc32c_intel_probe(void) { } -#endif +#endif /* ARCH_HAVE_SSE4_2 */ static inline uint32_t fio_crc32c(unsigned char const *buf, unsigned long len) {