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 56c666f commit ad86854Copy full SHA for ad86854
src/lib.rs
@@ -46,7 +46,12 @@ extern crate accelerate_src as raw;
46
#[cfg(feature = "blis")]
47
extern crate blis_src as raw;
48
49
-#[cfg(feature = "intel-mkl")]
+#[cfg(any(
50
+ feature = "intel-mkl-dynamic-parallel",
51
+ feature = "intel-mkl-dynamic-sequential",
52
+ feature = "intel-mkl-static-parallel",
53
+ feature = "intel-mkl-static-sequential",
54
+))]
55
extern crate intel_mkl_src as raw;
56
57
#[cfg(feature = "netlib")]
0 commit comments