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

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

Required methods

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

Loading content...

Implementors

impl Sse2I32x4 for i32x4
[src]

Loading content...