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

pub trait Sse2U16x8 {
    fn adds(self, other: Self) -> Self;
    fn subs(self, other: Self) -> Self;
    fn avg(self, other: Self) -> Self;
    fn mulhi(self, other: Self) -> Self;
}

Required Methods

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

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

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

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

Implementors