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

pub trait Ssse3U8x16 {
    fn shuffle_bytes(self, indices: Self) -> Self;
    fn maddubs(self, other: i8x16) -> i16x8;
}

Required Methods

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

fn maddubs(self, other: i8x16) -> i16x8

Implementors