Function surge_halfrate::imports::softclip_block
source · [−]pub unsafe fn softclip_block<NQ>(input: *mut f32, nquads: NQ) where
NQ: TryInto<usize>,
<NQ as TryInto<usize>>::Error: Debug,
Expand description
|# Safety | |must be able to access nquads * 4 contiguous |values from the valid starting point “input”