Skip to content

Commit c6e5ec7

Browse files
authored
Update lib.rs
1 parent 6e26920 commit c6e5ec7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lax/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
7676
#![deny(rustdoc::broken_intra_doc_links, rustdoc::private_intra_doc_links)]
7777

78-
#[cfg(any(feature = "intel-mkl-system", feature = "intel-mkl-static"))]
78+
#[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"))]
7979
extern crate intel_mkl_src as _src;
8080

8181
#[cfg(any(feature = "openblas-system", feature = "openblas-static"))]

0 commit comments

Comments
 (0)