Cargo Features
Annembed has no features set by default.
[dependencies]
annembed = { version = "0.1.3", features = ["stdsimd", "simdeez_f", "intel-mkl-static", "openblas-static", "openblas-system", "macos-accelerate"] }
- stdsimd
-
simd choice
- simdeez_f
-
hnsw_rs:
feature for simd on stable for x86*
- intel-mkl-static
-
blas choice
Enables blas of ndarray ^0.15, intel-mkl-static of ndarray-linalg
- openblas-static
-
Enables openblas-static of ndarray-linalg and blas of ndarray ^0.15
ndarray:
Enable blas usage
See README for more instructions - openblas-system
-
Enables blas of ndarray ^0.15, openblas-system of ndarray-linalg
- macos-accelerate = blas-src
-
for macos
Enables blas of ndarray ^0.15
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.
- blas-src macos-accelerate?
-
Enables blas-src ^0.8
for macos