fix broken nightly compilation with simd feature
This commit is contained in:
parent
ba0cde2ea3
commit
c36f54e7a6
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
#[cfg(feature = "simd")]
|
||||
use std::simd::{f32x16, i16x16};
|
||||
use std::simd::{f32x16, i16x16, SimdInt};
|
||||
|
||||
/// Convert an array of 16 bit mono audio samples to a vector of 32 bit floats.
|
||||
///
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue