Just a question if the crc32c intel instruction (the kernel crc32c-intel) is tested with SMHasher. If so, which of the existing tests would be the correct one?
crc32 "CRC-32 soft" POOR
crc32_hw "SSE4.2 crc32 in HW" POOR
crc64_hw "SSE4.2 crc64 in HW" POOR
crc32_hw1 "Faster Adler SSE4.2 crc32 on Intel HW" POOR
crc32_pclmul "-mpclmul crc32 in asm on HW" POOR
Hi!
Just a question if the crc32c intel instruction (the kernel crc32c-intel) is tested with SMHasher. If so, which of the existing tests would be the correct one?