aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/util/MKL_support.h
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2017-08-17 12:17:45 +0200
committerGravatar Gael Guennebaud <g.gael@free.fr>2017-08-17 12:17:45 +0200
commit8c858bd8919936f250d2e7b090c0d17f00dbb85b (patch)
tree2e168f5569fa76e592adea7180efb3d97281ea46 /Eigen/src/Core/util/MKL_support.h
parentb95f92843c58a914c46ab091009146288b8b775c (diff)
Clarify doc regarding the usage of MKL_DIRECT_CALL
Diffstat (limited to 'Eigen/src/Core/util/MKL_support.h')
-rwxr-xr-xEigen/src/Core/util/MKL_support.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Eigen/src/Core/util/MKL_support.h b/Eigen/src/Core/util/MKL_support.h
index e656799bf..b7d6ecc76 100755
--- a/Eigen/src/Core/util/MKL_support.h
+++ b/Eigen/src/Core/util/MKL_support.h
@@ -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