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

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

Required methods

fn abs(self) -> Self

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

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

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

Loading content...

Implementors

impl Ssse3I32x4 for i32x4
[src]

Loading content...