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

pub trait Ssse3I8x16 {
    fn abs(self) -> Self;
fn shuffle_bytes(self, indices: Self) -> Self;
fn sign(self, other: Self) -> Self; }

Required Methods

Implementors