From: Jussi Kivilinna Date: Sun, 2 Jun 2013 16:51:52 +0000 (+0300) Subject: crypto: blowfish - disable AVX2 implementation X-Git-Tag: v3.10-rc6~33^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=edb7c7cdba90c3fb2339e51c15d21982bdf72fdc;p=pandora-kernel.git crypto: blowfish - disable AVX2 implementation It appears that the performance of 'vpgatherdd' is suboptimal for this kind of workload (tested on Core i5-4570) and causes blowfish-avx2 to be significantly slower than blowfish-amd64. So disable the AVX2 implementation to avoid performance regressions. Signed-off-by: Jussi Kivilinna Signed-off-by: Herbert Xu --- Reading git-diff-tree failed