Skip to content
Commit d34a4600 authored by Tim Chen's avatar Tim Chen Committed by Herbert Xu
Browse files

crypto: sha256 - Optimized sha256 x86_64 routine using AVX2's RORX instructions



Provides SHA256 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: default avatarTim Chen <tim.c.chen@linux.intel.com>
Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent ec2b4c85
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment