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

pub trait Sse2I32x4 {
    fn packs(self, other: Self) -> i16x8;
}

Required Methods

fn packs(self, other: Self) -> i16x8

Implementors