]> git.baikalelectronics.ru Git - kernel.git/commit
crypto: sha256 - Optimized sha256 x86_64 assembly routine using Supplemental SSE3...
authorTim Chen <tim.c.chen@linux.intel.com>
Tue, 26 Mar 2013 20:58:58 +0000 (13:58 -0700)
committerHerbert Xu <herbert@gondor.apana.org.au>
Wed, 3 Apr 2013 01:06:31 +0000 (09:06 +0800)
commitd1ce79614e21d77314af8badd4b054a84292219c
tree4f67883bab33f985776d19cf5363a59cca48df79
parenta7e8a09f0b1dbedbf001dc445ed91742c7dad7ae
crypto: sha256 - Optimized sha256 x86_64 assembly routine using Supplemental SSE3 instructions.

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