Fix compilation with MKL support

This commit is contained in:
Gael Guennebaud
2016-07-26 13:31:29 +02:00
parent 429028b652
commit 7f7e84aa36
2 changed files with 5 additions and 0 deletions

1
Eigen/src/Core/util/MKL_support.h Normal file → Executable file
View File

@@ -72,6 +72,7 @@
#endif
#if defined EIGEN_USE_MKL
#define EIGEN_MKL_VML_THRESHOLD 128
/* MKL_DOMAIN_BLAS, etc are defined only in 10.3 update 7 */