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

pub trait Ssse3I16x8 {
    fn abs(self) -> Self;
    fn hadd(self, other: Self) -> Self;
    fn hadds(self, other: Self) -> Self;
    fn hsub(self, other: Self) -> Self;
    fn hsubs(self, other: Self) -> Self;
    fn sign(self, other: Self) -> Self;
    fn mulhrs(self, other: Self) -> Self;
}

Required Methods

fn abs(self) -> Self

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

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

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

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

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

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

Implementors