]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit5bc372f985008b20a16805e86dc9b9c69538cedd
tree2396aa2faaecfcbd16cce900f3e3552530b4f985
parentd1ce79614e21d77314af8badd4b054a84292219c
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]