Function apply_polyblep_saw

Source
pub fn apply_polyblep_saw<S>(samples: &mut [S; 4], phases: [S; 4], phase_inc: S)
where S: Sample,
Expand description

Apply PolyBLEP corrections to a SIMD chunk of sawtooth samples.

Uses branchless SIMD for efficient vectorized correction.