view crc32-impls.h @ 3:6483683ac857 default tip

*: add profiling code too; expand x86 to use all eight XMM registers basically ported verbatim from the assembly
author Paper <paper@tflc.us>
date Mon, 09 Feb 2026 21:30:30 -0500
parents ead9f84d11db
children
line wrap: on
line source

#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