Commit 2173938
Make backend features (native, intel-mkl, openblas) imply std
These backends expose HPC functionality via the hpc module which is
gated behind cfg(feature = "std"). Without this, --no-default-features
--features native fails to find hpc::ocr_simd and other hpc modules.
Also adds required-features = ["std"] to ocr_benchmark example as a
safeguard.
Co-authored-by: AdaWorldAPI <AdaWorldAPI@users.noreply.github.com>1 parent 4c61e38 commit 2173938
1 file changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
37 | 40 | | |
38 | 41 | | |
39 | 42 | | |
| |||
0 commit comments