Function core::arch::x86::_mm256_dpbusds_epi32[][src]

pub unsafe fn _mm256_dpbusds_epi32(
    src: __m256i,
    a: __m256i,
    b: __m256i
) -> __m256i
🔬 This is a nightly-only experimental API. (stdsimd #48556)
This is supported on x86 and target feature avx512vnni,avx512vl only.
Expand description

将 a 中的 4 对相邻的无符号 8 位整数组与 b 中的相应有符号 8 位整数相乘,产生 4 个中间有符号 16 位结果。使用有符号饱和将这 4 个结果与 src 中相应的 32 位整数相加,并将包装的 32 位结果存储在 dst 中。

Intel’s documentation