Module simd

Source
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§

F32_LANES
F64_LANES

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