Skip to main content

Module simd

Module simd 

Source
Expand description

Runtime SIMD dispatch for vector distance and bitmap operations.

Re-exports§

pub use runtime::SimdRuntime;
pub use runtime::runtime;

Modules§

avx2
AVX2+FMA kernels for x86_64.
avx512
AVX-512 kernels for x86_64.
hamming
Fast Hamming distance using u64 POPCNT.
runtime
Runtime SIMD detection and dispatch table.
scalar
Scalar fallback kernels for L2, cosine, and inner product.