Skip to main content

Module simd

Module simd 

Source
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 src into dst; requires dst.len() >= src.len().
scalar_add_f64_slices ๐Ÿ”’
scalar_sum_squared_deviations ๐Ÿ”’
sum_squared_deviations
Compute the sum of (x - mean)^2 for all elements.