Function core::arch::x86_64::_mm_mul_epu32

1.27.0 · source ·
pub unsafe fn _mm_mul_epu32(a: __m128i, b: __m128i) -> __m128i
Available on (x86 or x86-64) and target feature sse2 and x86-64 only.
Expand description

ab 中每个包装的 64 位元素中的低 32 位无符号整数相乘。

返回无符号的 64 位结果。

Intel’s documentation