Trait simd::x86::ssse3::Ssse3U32x4 [] [src]

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

Required Methods

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

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

Implementors