aboutsummaryrefslogtreecommitdiff
path: root/sys/libkern/x86
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* Separate kernel crc32() implementation to its own header (gsb_crc32.h) andXin LI2019-06-171-6/+3
* x86/crc32_sse42.c: quiet unused function warningRyan Libby2017-08-111-7/+9
* Use inline asm instead of unportable intrinsics for the SSE4 crc32Bruce Evans2017-03-261-11/+102
* calculate_crc32c: Add SSE4.2 implementation on x86Conrad Meyer2017-01-311-0/+288