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

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

Required methods

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

Loading content...

Implementors

impl Sse2U32x4 for u32x4
[src]

Loading content...