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

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

Required methods

fn abs(self) -> Self

fn shuffle_bytes(self, indices: Self) -> Self

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

Loading content...

Implementors

impl Ssse3I8x16 for i8x16
[src]

Loading content...