#ifndef CRC32_IMPL
# define CRC32_IMPL(name)
#endif
CRC32_IMPL(c)
CRC32_IMPL(qw)
#ifdef __x86_64__
CRC32_IMPL(x86_vpclmulqdq)
#endif
#undef CRC32_IMPL