commit | 58497204aaca75c53394ff2dee6603315b8a2ea4 | [log] [tgz] |
---|---|---|
author | Jussi Kivilinna <jussi.kivilinna@iki.fi> | Tue Sep 03 16:49:47 2013 +0300 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Fri Sep 13 21:43:52 2013 +1000 |
tree | e9872712e838159c30120ab68296778734f77476 | |
parent | 7d444909a25ed4a9dbc546bf9528c8d2e3bf3752 [diff] |
crypto: x86 - restore avx2_supported check Commit 3d387ef08c4 (Revert "crypto: blowfish - add AVX2/x86_64 implementation of blowfish cipher") reverted too much as it removed the 'assembler supports AVX2' check and therefore disabled remaining AVX2 implementations of Camellia and Serpent. Patch restores the check and enables these implementations. Signed-off-by: Jussi Kivilinna <jussi.kivilinna@iki.fi> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>