Skip to content
Commit 564ec0ec authored by Huang Ying's avatar Huang Ying Committed by Herbert Xu
Browse files

crypto: ghash-clmulni-intel - Use gas macro for PCLMULQDQ-NI and PSHUFB



Old binutils do not support PCLMULQDQ-NI and PSHUFB, to make kernel
can be compiled by them, .byte code is used instead of assembly
instructions. But the readability and flexibility of raw .byte code is
not good.

So corresponding assembly instruction like gas macro is used instead.

Signed-off-by: default avatarHuang Ying <ying.huang@intel.com>
Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent b369e521
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment