Expand description
Portable SIMD utilities for audio DSP.
This module provides SIMD-accelerated operations for common DSP tasks.
Requires the simd feature and nightly Rust.
Constants§
Functions§
- apply_
gain - Apply a gain value to an input slice and write to output using SIMD.
- apply_
gain_ f32 - apply_
gain_ f64 - fill
- Fill a slice with a constant value using SIMD.
- fill_
f32 - fill_
f64 - multiply_
add - Element-wise multiply two slices and write to output using SIMD.
- multiply_
add_ f32 - multiply_
add_ f64 - sin
- Compute sine of each element using SIMD.
- sin_f32
- sin_f64