crypto: sha512 - Optimized SHA512 x86_64 assembly routine using Supplemental SSE3...
authorTim Chen <tim.c.chen@linux.intel.com>
Tue, 26 Mar 2013 20:59:37 +0000 (13:59 -0700)
committerHerbert Xu <herbert@gondor.apana.org.au>
Thu, 25 Apr 2013 13:00:58 +0000 (21:00 +0800)
commitbf215cee23ad6e278bfba1291863718934de392a
tree10595d5fa2b329f91a6ea22a8b3334e62046aa4f
parentbf70fa9d9ee07aa175453b19a39b2b9dab602d97
crypto: sha512 - Optimized SHA512 x86_64 assembly routine using Supplemental SSE3 instructions.

Provides SHA512 x86_64 assembly routine optimized with SSSE3 instructions.
Speedup of 40% 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-ssse3-asm.S [new file with mode: 0644]