Skip to content

Commit

Permalink
crypto: aesni-intel - Use gas macro for AES-NI instructions
Browse files Browse the repository at this point in the history
Old binutils do not support AES-NI instructions, to make kernel can be
compiled by them, .byte code is used instead of AES-NI 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: Huang Ying <ying.huang@intel.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
  • Loading branch information
Huang Ying authored and Herbert Xu committed Nov 23, 2009
1 parent fd650a6 commit b369e52
Showing 1 changed file with 173 additions and 344 deletions.
Loading

0 comments on commit b369e52

Please sign in to comment.