commit | 5663535b69eef3940dcdb3110f95651304fe41af | [log] [tgz] |
---|---|---|
author | Tim Chen <tim.c.chen@linux.intel.com> | Tue Mar 26 13:59:55 2013 -0700 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Thu Apr 25 21:00:58 2013 +0800 |
tree | 71f31ac0c52ca2bc942bc3d08fc66646adfa54ff | |
parent | e01d69cb01956e97b6880c1952e264b19473e7f3 [diff] |
crypto: sha512 - Optimized SHA512 x86_64 assembly routine using AVX2 RORX instruction. Provides SHA512 x86_64 assembly routine optimized with SSE, AVX and AVX2's RORX instructions. Speedup of 70% 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>