pub const MIN_DIM_SIMD: usize = 16;
Minimum vector dimension for SIMD to be worthwhile.
Below this threshold, function call overhead outweighs SIMD benefits. Matches qdrant’s MIN_DIM_SIZE_SIMD threshold.