fix broken nightly compilation with simd feature

This commit is contained in:
Zero 2023-07-22 17:44:19 -06:00
parent ba0cde2ea3
commit c36f54e7a6
No known key found for this signature in database
GPG key ID: 3861E636EA1E0E2B

View file

@ -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.
///