Function core::arch::x86::_mm256_dpwssds_epi32 [−][src]
pub unsafe fn _mm256_dpwssds_epi32(
src: __m256i,
a: __m256i,
b: __m256i
) -> __m256i
This is supported on x86 and target feature
avx512vnni,avx512vl
only.Expand description
将 a 中的 2 对相邻的有符号 16 位整数组与 b 中的相应 16 位整数相乘,产生 2 个中间有符号 32 位结果。使用符号饱和将这 2 个结果与 src 中相应的 32 位整数相加,并将包装的 32 位结果存储在 dst 中。