aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/util/MKL_support.h
diff options
context:
space:
mode:
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 014ba1e3e..17963fad4 100755
--- a/Eigen/src/Core/util/MKL_support.h
+++ b/Eigen/src/Core/util/MKL_support.h
@@ -55,7 +55,7 @@
#if defined EIGEN_USE_MKL
-# ifndef MKL_DIRECT_CALL
+# if (!defined MKL_DIRECT_CALL) && (!defined EIGEN_MKL_NO_DIRECT_CALL)
# define MKL_DIRECT_CALL
# define MKL_DIRECT_CALL_JUST_SET
# endif