Re: [PATCH v2] crypto/x86: Use CRC32 mnemonic in crc32c-intel_glue.c

2020-08-21 Thread Herbert Xu
On Wed, Aug 05, 2020 at 01:17:29PM +0200, Uros Bizjak wrote: > Current minimum required version of binutils is 2.23, > which supports CRC32 instruction mnemonic. > > Replace the byte-wise specification of CRC32 with this proper mnemonic. > The compiler is now able to pass memory operand to the ins

[PATCH v2] crypto/x86: Use CRC32 mnemonic in crc32c-intel_glue.c

2020-08-05 Thread Uros Bizjak
Current minimum required version of binutils is 2.23, which supports CRC32 instruction mnemonic. Replace the byte-wise specification of CRC32 with this proper mnemonic. The compiler is now able to pass memory operand to the instruction, so there is no need for a temporary register anymore. Some e