Clarify doc regarding the usage of MKL_DIRECT_CALL

(grafted from 8c858bd891
)
This commit is contained in:
Gael Guennebaud
2017-08-17 12:17:45 +02:00
parent 9df7f3d8e9
commit 3108fbf767
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