Commit 37b28947 authored by Mathias Krause's avatar Mathias Krause Committed by Herbert Xu

crypto: x86/sha1 - reduce size of the AVX2 asm implementation

There is really no need to page align sha1_transform_avx2. The default
alignment is just fine. This is not the hot code but only the entry
point, after all.

Cc: Chandramouli Narayanan <mouli@linux.intel.com>
Signed-off-by: default avatarMathias Krause <minipli@googlemail.com>
Reviewed-by: default avatarH. Peter Anvin <hpa@linux.intel.com>
Reviewed-by: default avatarMarek Vasut <marex@denx.de>
Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent 6c8c17cc
......@@ -623,7 +623,6 @@ _loop3:
*/
.macro SHA1_VECTOR_ASM name
ENTRY(\name)
.align 4096
push %rbx
push %rbp
......
Markdown is supported
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