pub fn poly_blamp_simd<S>(
t: <S as Sample>::Simd,
dt: <S as Sample>::Simd,
) -> <S as Sample>::Simdwhere
S: Sample,Expand description
Branchless SIMD PolyBLAMP correction for 4 phase values.
Used for slope discontinuities (triangle waves). Computes all branches and selects using masks for efficient vectorization.