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 a58d311 commit abe5ad2Copy full SHA for abe5ad2
src/lib.rs
@@ -37,7 +37,17 @@
37
#[cfg(feature = "accelerate")]
38
extern crate accelerate_src as raw;
39
40
-#[cfg(feature = "intel-mkl")]
+#[cfg(any(
41
+ feature = "intel-mkl",
42
+ feature = "intel-mkl-static-lp64-iomp",
43
+ feature = "intel-mkl-static-lp64-seq",
44
+ feature = "intel-mkl-static-ilp64-iomp",
45
+ feature = "intel-mkl-static-ilp64-seq",
46
+ feature = "intel-mkl-dynamic-lp64-iomp",
47
+ feature = "intel-mkl-dynamic-lp64-seq",
48
+ feature = "intel-mkl-dynamic-ilp64-iomp",
49
+ feature = "intel-mkl-dynamic-ilp64-seq"
50
+))]
51
extern crate intel_mkl_src as raw;
52
53
#[cfg(feature = "netlib")]
0 commit comments