WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
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)