Re: [PATCH 00/13] lib/crc: improve how arch-optimized code is integrated

2025-06-08 Thread Eric Biggers
On Sun, Jun 01, 2025 at 03:44:28PM -0700, Eric Biggers wrote: > This series improves how lib/crc supports arch-optimized code. First, > instead of the arch-optimized CRC code being in arch/$(SRCARCH)/lib/, it > will now be in lib/crc/$(SRCARCH)/. Second, the API functions (e.g. > crc32c()), arch-

[PATCH 00/13] lib/crc: improve how arch-optimized code is integrated

2025-06-01 Thread Eric Biggers
This series improves how lib/crc supports arch-optimized code. First, instead of the arch-optimized CRC code being in arch/$(SRCARCH)/lib/, it will now be in lib/crc/$(SRCARCH)/. Second, the API functions (e.g. crc32c()), arch-optimized functions (e.g. crc32c_arch()), and generic functions (e.g.