crypto: sha256 - Optimized sha256 x86_64 assembly routine with AVX instructions.
authorTim Chen <tim.c.chen@linux.intel.com>
Tue, 26 Mar 2013 20:59:05 +0000 (13:59 -0700)
committerHerbert Xu <herbert@gondor.apana.org.au>
Wed, 3 Apr 2013 01:06:32 +0000 (09:06 +0800)
commitec2b4c851f4da48a51b79a69843beb135e3db8c2
tree2396aa2faaecfcbd16cce900f3e3552530b4f985
parent46d208a2bdf5c3d4a60f2363318f600d64493f60
crypto: sha256 - Optimized sha256 x86_64 assembly routine with AVX instructions.

Provides SHA256 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/sha256-avx-asm.S [new file with mode: 0644]