Cargo Features
[dependencies]
nano-gemm = { version = "0.1.2", default-features = false, features = ["std", "nightly"] }
- default = std
-
The
std
feature is set by default whenevernano-gemm
is added without
somewhere in the dependency tree.default-features = false - std default
- nightly
-
Enables nightly of nano-gemm-c32, nano-gemm-c64, nano-gemm-f32, and nano-gemm-f64
nano-gemm has 3 features without comments.