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

pub trait Sse3F32x4 {
    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

Implementors