From: Tim Chen Date: Tue, 26 Mar 2013 20:59:55 +0000 (-0700) Subject: crypto: sha512 - Optimized SHA512 x86_64 assembly routine using AVX2 RORX instruction. X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~57^2~26 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5663535b69eef3940dcdb3110f95651304fe41af;p=pandora-kernel.git 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 Signed-off-by: Herbert Xu --- Reading git-diff-tree failed