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

pub trait AvxF64x4 {
    fn sqrt(self) -> Self;
fn addsub(self, other: Self) -> Self;
fn hadd(self, other: Self) -> Self;
fn hsub(self, other: Self) -> Self;
fn max(self, other: Self) -> Self;
fn min(self, other: Self) -> Self;
fn move_mask(self) -> u32; }

Required methods

fn sqrt(self) -> Self

fn addsub(self, other: Self) -> Self

fn hadd(self, other: Self) -> Self

fn hsub(self, other: Self) -> Self

fn max(self, other: Self) -> Self

fn min(self, other: Self) -> Self

fn move_mask(self) -> u32

Loading content...

Implementors

impl AvxF64x4 for f64x4
[src]

Loading content...