Expand description
Low-level SIMD operations using pulp.
These are the building blocks for all distance metrics. Each function dispatches to the best SIMD ISA available at runtime.
Structsยง
- DotProduct ๐
- L2Squared ๐
Functionsยง
- dot_
product_ simd - Compute the dot product of two float slices using SIMD.
- l2_
squared_ simd - Compute the sum of squared differences between two slices using SIMD.
- norm_
squared_ simd - Compute the squared L2 norm of a float slice using SIMD.