commit | 16c0c4e1656c14ef9deac189a4240b5ca19c6919 | [log] [tgz] |
---|---|---|
author | Oliver Neukum <oneukum@suse.de> | Tue Oct 01 14:34:46 2013 +0200 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Mon Oct 07 14:17:10 2013 +0800 |
tree | 6d5cc74603a36d626dbf3aa6a685e015ce69da6e | |
parent | 165c70f07fee46abcbdbb885f8e90388dbe7ce60 [diff] |
crypto: sha256_ssse3 - also test for BMI2 The AVX2 implementation also uses BMI2 instructions, but doesn't test for their availability. The assumption that AVX2 and BMI2 always go together is false. Some Haswells have AVX2 but not BMI2. Signed-off-by: Oliver Neukum <oneukum@suse.de> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>