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

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

Loading content...

Implementors

impl Ssse3I16x8 for i16x8
[src]

Loading content...