From: Tim Chen Date: Tue, 26 Mar 2013 20:59:05 +0000 (-0700) Subject: crypto: sha256 - Optimized sha256 x86_64 assembly routine with AVX instructions. X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~57^2~32 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ec2b4c851f4da48a51b79a69843beb135e3db8c2;p=pandora-kernel.git crypto: sha256 - Optimized sha256 x86_64 assembly routine with AVX instructions. Provides SHA256 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