aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/util/MKL_support.h
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2017-11-09 11:07:45 +0100
committerGravatar Gael Guennebaud <g.gael@free.fr>2017-11-09 11:07:45 +0100
commitf86bb89d39e6611806c3b31719509e661120f3a1 (patch)
treedfe0c1f582c9702c8751e4782a7e386fc7660759 /Eigen/src/Core/util/MKL_support.h
parent5fa79f96b8df069a5babb4e022fa43529062686f (diff)
Add EIGEN_MKL_NO_DIRECT_CALL option
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