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

pub trait Sse2U32x4 {
    fn low_mul(self, other: Self) -> u64x2;
}

Required Methods

fn low_mul(self, other: Self) -> u64x2

Implementors