pub struct Avx2 { /* private fields */ }
Expand description
Implementations§
Trait Implementations§
Source§impl Engine for Avx2
impl Engine for Avx2
Source§fn fft(
&self,
data: &mut ShardsRefMut<'_>,
pos: usize,
size: usize,
truncated_size: usize,
skew_delta: usize,
)
fn fft( &self, data: &mut ShardsRefMut<'_>, pos: usize, size: usize, truncated_size: usize, skew_delta: usize, )
In-place decimation-in-time FFT (fast Fourier transform). Read more
impl Copy for Avx2
Auto Trait Implementations§
impl Freeze for Avx2
impl RefUnwindSafe for Avx2
impl Send for Avx2
impl Sync for Avx2
impl Unpin for Avx2
impl UnwindSafe for Avx2
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more