[][src]Trait simd::x86::sse2::Sse2F64x2

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

Required methods

fn move_mask(self) -> u32

fn sqrt(self) -> Self

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

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

Loading content...

Implementors

impl Sse2F64x2 for f64x2
[src]

Loading content...