Add EIGEN_MKL_NO_DIRECT_CALL option

This commit is contained in:
Gael Guennebaud
2017-11-09 11:07:45 +01:00
parent 5fa79f96b8
commit f86bb89d39
2 changed files with 6 additions and 2 deletions

View File

@@ -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