commit | 3d387ef08c40382315b8e9baa4bc9a07f7c49fce | [log] [tgz] |
---|---|---|
author | Jussi Kivilinna <jussi.kivilinna@iki.fi> | Sat Jun 08 12:17:42 2013 +0300 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Fri Jun 21 14:44:28 2013 +0800 |
tree | 55a6bfe4187bcff29a533dd9eaabae6374a42635 | |
parent | acfffdb803b6ab5d520bf9a816bfb155ba3a263d [diff] |
Revert "crypto: blowfish - add AVX2/x86_64 implementation of blowfish cipher" This reverts commit 604880107010a1e5794552d184cd5471ea31b973. Instruction (vpgatherdd) that this implementation relied on turned out to be slow performer on real hardware (i5-4570). The previous 4-way blowfish implementation is therefore faster and this implementation should be removed. Signed-off-by: Jussi Kivilinna <jussi.kivilinna@iki.fi> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>