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

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

Loading content...

Implementors

impl Ssse3U8x16 for u8x16
[src]

Loading content...