pub unsafe fn _mm_mul_epu32(a: __m128i, b: __m128i) -> __m128i
sse2
将 a 和 b 中每个包装的 64 位元素中的低 32 位无符号整数相乘。
a
b
返回无符号的 64 位结果。
Intel’s documentation