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

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

Required methods

fn move_mask(self) -> u32

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

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

Loading content...

Implementors

impl Sse2I8x16 for i8x16
[src]

Loading content...