Function core::arch::x86::_mm_madd52lo_epu64 [−][src]
pub unsafe fn _mm_madd52lo_epu64(a: __m128i, b: __m128i, c: __m128i) -> __m128i
This is supported on x86 and target feature
avx512ifma,avx512vl
only.Expand description
将 b
和 c
的每个 64 位元素中的包装无符号 52 位整数相乘以形成 104 位中间结果。
将中间结果的低 52 位无符号整数与 a
中的相应无符号 64 位整数相加,并将结果存储在 dst
中。