Revert "crypto: blowfish - add AVX2/x86_64 implementation of blowfish cipher"
authorJussi Kivilinna <jussi.kivilinna@iki.fi>
Sat, 8 Jun 2013 09:17:42 +0000 (12:17 +0300)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 21 Jun 2013 06:44:28 +0000 (14:44 +0800)
commit3d387ef08c40382315b8e9baa4bc9a07f7c49fce
tree55a6bfe4187bcff29a533dd9eaabae6374a42635
parentacfffdb803b6ab5d520bf9a816bfb155ba3a263d
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>
arch/x86/crypto/Makefile
arch/x86/crypto/blowfish-avx2-asm_64.S [deleted file]
arch/x86/crypto/blowfish_avx2_glue.c [deleted file]
arch/x86/crypto/blowfish_glue.c
arch/x86/include/asm/crypto/blowfish.h [deleted file]
crypto/Kconfig
crypto/testmgr.c