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 6e26920 commit c6e5ec7Copy full SHA for c6e5ec7
lax/src/lib.rs
@@ -75,7 +75,7 @@
75
76
#![deny(rustdoc::broken_intra_doc_links, rustdoc::private_intra_doc_links)]
77
78
-#[cfg(any(feature = "intel-mkl-system", feature = "intel-mkl-static"))]
+#[cfg(any(feature = "intel-mkl-dynamic-lp64-iomp", feature = "intel-mkl-dynamic-lp64-seq", feature = "intel-mkl-static-ilp64-iomp", feature = "intel-mkl-static-lp64-iomp", feature = "intel-mkl-dynamic-ilp64-iomp", feature = "intel-mkl-static-ilp64-seq", feature = "intel-mkl-static-lp64-seq"))]
79
extern crate intel_mkl_src as _src;
80
81
#[cfg(any(feature = "openblas-system", feature = "openblas-static"))]
0 commit comments