summaryrefslogtreecommitdiff
path: root/arch/arm64/lib/crc32-glue.c
AgeCommit message (Expand)Author
2025-02-08lib/crc32: remove "_le" from crc32c base and arch functionsEric Biggers
2025-02-08lib/crc32: don't bother with pure and const function attributesEric Biggers
2024-12-01lib/crc32: expose whether the lib is really optimized at runtimeEric Biggers
2024-12-01lib/crc32: improve support for arch-specific overridesEric Biggers
2024-12-01lib/crc32: drop leading underscores from __crc32c_le_baseEric Biggers
2024-10-22arm64/crc32: Implement 4-way interleave using PMULLArd Biesheuvel
2024-10-22arm64/lib: Handle CRC-32 alternative in C codeArd Biesheuvel