Trait simd::x86::sse2::Sse2I8x16[][src]

pub trait Sse2I8x16 {
    fn move_mask(self) -> u32;
fn adds(self, other: Self) -> Self;
fn subs(self, other: Self) -> Self; }

Required Methods

Implementors