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

pub trait AvxF64x2 {
    fn permutevar(self, other: i64x2) -> f64x2;
}

Required methods

fn permutevar(self, other: i64x2) -> f64x2

Loading content...

Implementors

impl AvxF64x2 for f64x2
[src]

Loading content...