aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rwxr-xr-x[-rw-r--r--]Eigen/src/Core/util/MKL_support.h1
-rwxr-xr-x[-rw-r--r--]Eigen/src/misc/lapacke.h4
2 files changed, 5 insertions, 0 deletions
diff --git a/Eigen/src/Core/util/MKL_support.h b/Eigen/src/Core/util/MKL_support.h
index 550d84e0a..26b59669e 100644..100755
--- a/Eigen/src/Core/util/MKL_support.h
+++ b/Eigen/src/Core/util/MKL_support.h
@@ -72,6 +72,7 @@
#endif
#if defined EIGEN_USE_MKL
+
#define EIGEN_MKL_VML_THRESHOLD 128
/* MKL_DOMAIN_BLAS, etc are defined only in 10.3 update 7 */
diff --git a/Eigen/src/misc/lapacke.h b/Eigen/src/misc/lapacke.h
index 1c0d8543d..8c7e79b03 100644..100755
--- a/Eigen/src/misc/lapacke.h
+++ b/Eigen/src/misc/lapacke.h
@@ -31,6 +31,8 @@
* Generated November, 2011
*****************************************************************************/
+#ifndef _MKL_LAPACKE_H_
+
#ifndef _LAPACKE_H_
#define _LAPACKE_H_
@@ -16285,3 +16287,5 @@ void LAPACK_zsyr( char* uplo, lapack_int* n, lapack_complex_double* alpha,
#endif /* __cplusplus */
#endif /* _LAPACKE_H_ */
+
+#endif /* _MKL_LAPACKE_H_ */