Clarify doc regarding the usage of MKL_DIRECT_CALL

This commit is contained in:
Gael Guennebaud
2017-08-17 12:17:45 +02:00
parent b95f92843c
commit 8c858bd891
2 changed files with 3 additions and 1 deletions

View File

@@ -49,7 +49,7 @@
#define EIGEN_USE_LAPACKE
#endif
#if defined(EIGEN_USE_MKL_VML)
#if defined(EIGEN_USE_MKL_VML) && !defined(EIGEN_USE_MKL)
#define EIGEN_USE_MKL
#endif