crypto: sha512 - Optimized SHA512 x86_64 assembly routine using AVX instructions.
authorTim Chen <tim.c.chen@linux.intel.com>
Tue, 26 Mar 2013 20:59:46 +0000 (13:59 -0700)
committerHerbert Xu <herbert@gondor.apana.org.au>
Thu, 25 Apr 2013 13:00:58 +0000 (21:00 +0800)
commite01d69cb01956e97b6880c1952e264b19473e7f3
treee8462c0f461f6c5caa194024ed1ab48033d49e10
parentbf215cee23ad6e278bfba1291863718934de392a
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>
arch/x86/crypto/sha512-avx-asm.S [new file with mode: 0644]