Trait simd::x86::avx::AvxF32x4 [] [src]

pub trait AvxF32x4 {
    fn permutevar(self, other: i32x4) -> f32x4;
}

Required Methods

fn permutevar(self, other: i32x4) -> f32x4

Implementors