Skip to content

Commit 942ee1e

Browse files
committed
Add intel-mkl cfg flag
1 parent d03920d commit 942ee1e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ pub mod svddc;
6161
pub mod trace;
6262
pub mod triangular;
6363
pub mod types;
64+
#[cfg(feature = "intel-mkl")]
6465
pub mod vecmath;
6566

6667
pub use assert::*;

0 commit comments

Comments
 (0)