Skip to content

Commit 5f03cf5

Browse files
committed
Add intel-mkl cfg flag
1 parent c74b3d8 commit 5f03cf5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ pub mod svddc;
6767
pub mod trace;
6868
pub mod triangular;
6969
pub mod types;
70+
#[cfg(feature = "intel-mkl")]
7071
pub mod vecmath;
7172

7273
pub use assert::*;

0 commit comments

Comments
 (0)