We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3299de commit 7738e6bCopy full SHA for 7738e6b
dynadjust/include/config/dnaversion.hpp
@@ -127,7 +127,7 @@ const char* const __dynadjust_app_name__ = "dynadjust";
127
#define __LINEAR_ALGEBRA_LIB__ "OpenBLAS"
128
#elif (defined(_WIN32) && !defined(USE_MKL)) // Windows - No LAPACKE and no MKL
129
130
-#elif (defined(_WIN32) && defined(USE_MKL)) // Linux or Windows - Intel MKL with ILP64
+#elif (defined(_WIN32) || defined(USE_MKL)) // Linux or Windows - Intel MKL with ILP64
131
#define __LINEAR_ALGEBRA_LIB__ "Intel MKL"
132
#else // LAPACKE fall back
133
0 commit comments