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

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