Improved AVX512 support

This commit is contained in:
Benoit Steiner
2016-11-03 04:00:49 -07:00
parent c80587c92b
commit ca0ba0d9a4
3 changed files with 3 additions and 4 deletions

View File

@@ -157,7 +157,7 @@
#ifdef __FMA__
#define EIGEN_VECTORIZE_FMA
#endif
#ifdef __AVX512F__
#ifdef __AVX512F__ && EIGEN_ENABLE_AVX512
#define EIGEN_VECTORIZE_AVX512
#define EIGEN_VECTORIZE_AVX2
#define EIGEN_VECTORIZE_AVX