History log of /arch/x86/crypto/sha512-avx-asm.S
Revision Date Author Comments
e01d69cb01956e97b6880c1952e264b19473e7f3 26-Mar-2013 Tim Chen <tim.c.chen@linux.intel.com> crypto: sha512 - Optimized SHA512 x86_64 assembly routine using AVX instructions.

Provides SHA512 x86_64 assembly routine optimized with SSE and AVX instructions.
Speedup of 60% or more has been measured over the generic implementation.

Signed-off-by: Tim Chen <tim.c.chen@linux.intel.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>