Expand description
SIMD-accelerated helpers for telemetry hot paths (WASM SIMD128 on wasm32+simd128, autovectorized scalar elsewhere).
Constantsยง
- SQUARE_
EXP ๐
Functionsยง
- add_
f64_ slices - Element-wise add
srcintodst; requiresdst.len() >= src.len(). - scalar_
add_ ๐f64_ slices - scalar_
sum_ ๐squared_ deviations - sum_
squared_ deviations - Compute the sum of
(x - mean)^2for all elements.