From: Tim Chen Date: Tue, 26 Mar 2013 20:59:46 +0000 (-0700) Subject: crypto: sha512 - Optimized SHA512 x86_64 assembly routine using AVX instructions. X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~57^2~27 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e01d69cb01956e97b6880c1952e264b19473e7f3;p=pandora-kernel.git crypto: sha512 - Optimized SHA512 x86_64 assembly routine using AVX instructions. Provides SHA512 x86_64 assembly routine optimized with SSE and AVX instructions. Speedup of 60% or more has been measured over the generic implementation. Signed-off-by: Tim Chen Signed-off-by: Herbert Xu --- Reading git-diff-tree failed