On Fri, Oct 18, 2024 at 09:53:50AM +0200, Ard Biesheuvel wrote: > From: Ard Biesheuvel <ardb@xxxxxxxxxx> > > In preparation for a new user, reorganize the bit/byte ordering macros > that are used to parameterize the crc32 template code and instantiate > CRC-32, CRC-32c and 'big endian' CRC-32. > > Signed-off-by: Ard Biesheuvel <ardb@xxxxxxxxxx> > --- > arch/arm64/lib/crc32.S | 91 +++++++++----------- > 1 file changed, 39 insertions(+), 52 deletions(-) Reviewed-by: Eric Biggers <ebiggers@xxxxxxxxxx> - Eric