Cargo Features
Annembed has no features set by default.
[dependencies]
annembed = { version = "0.1.4", 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 intel-mkl-static of lax ^0.16, blas of ndarray
- openblas-static
-
Enables openblas-static of lax ^0.16 and blas of ndarray
ndarray:
Enable blas usage
See README for more instructions - openblas-system
-
Enables openblas-system of lax ^0.16, blas of ndarray
- macos-accelerate = blas-src
-
for macos
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