Splitting the features to enable different mkl linking.

This commit is contained in:
Nicolas Patry
2025-03-28 10:13:13 +01:00
parent cb02b389d5
commit 9862cd3ba2
23 changed files with 42 additions and 40 deletions

View File

@ -1,5 +1,5 @@
/// This example contains some simple benchmarks so that it's easy to run them in perf etc.
#[cfg(feature = "mkl")]
#[cfg(feature = "_mkl")]
extern crate intel_mkl_src;
#[cfg(feature = "accelerate")]