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