summaryrefslogtreecommitdiff
path: root/arch/riscv/lib/crc32.c
AgeCommit message (Expand)AuthorFilesLines
2025-06-30lib/crc: riscv: Migrate optimized CRC code into lib/crc/Eric Biggers1-53/+0
2025-03-10riscv/crc32: reimplement the CRC32 functions using new templateEric Biggers1-0/+53
2024-12-02lib/crc32: improve support for arch-specific overridesEric Biggers1-294/+0
2024-12-02lib/crc32: drop leading underscores from __crc32c_le_baseEric Biggers1-1/+1
2024-07-10riscv: Optimize crc32 with Zbc extensionXiao Wang1-0/+294