[][src]Trait simd::x86::sse3::Sse3F64x2

pub trait Sse3F64x2 {
    fn addsub(self, other: Self) -> Self;
fn hadd(self, other: Self) -> Self;
fn hsub(self, other: Self) -> Self; }

Required methods

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

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

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

Loading content...

Implementors

impl Sse3F64x2 for f64x2
[src]

Loading content...