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

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

Required methods

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

Loading content...

Implementors

impl AvxF32x4 for f32x4
[src]

Loading content...