commit | 46d208a2bdf5c3d4a60f2363318f600d64493f60 | [log] [tgz] |
---|---|---|
author | Tim Chen <tim.c.chen@linux.intel.com> | Tue Mar 26 13:58:58 2013 -0700 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Wed Apr 03 09:06:31 2013 +0800 |
tree | 4f67883bab33f985776d19cf5363a59cca48df79 | |
parent | 35d2c9d0c3cfd90850dc647250610587743e1f29 [diff] |
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>