History log of /freebsd-11-stable/tests/sys/kern/libkern_crc32.c
Revision Date Author Comments
# 319404 01-Jun-2017 tuexen

MFC r317512:

armv8 has support for optional CRC32C instructions. This patch checks if they are
available and if that is true make use of them.
Thank you very much to Andrew Turner for providing help and review the patch!

Reviewed by: andrew
Differential Revision: https://reviews.freebsd.org/D10499


# 317149 19-Apr-2017 markj

MFC r313006 (by cem), r315983 (by bde):
Add an SSE4.2 implementation of crc32 for x86.