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