Function core::arch::x86::_mm_mask_fmaddsub_ps
source · pub unsafe fn _mm_mask_fmaddsub_ps(
a: __m128,
k: __mmask8,
b: __m128,
c: __m128
) -> __m128
🔬This is a nightly-only experimental API. (
stdsimd
#48556)Available on (x86 or x86-64) and target feature
avx512f,avx512vl
and x86 only.Expand description
将 a 和 b 中的包装后的单精度 (32-bit) 浮点元素相乘,或者将 C to/from 中的包装后的元素相加或相减,得到中间结果,并使用 writemask k 将结果存储在 dst 中 (如果没有使用相应的 mask 位则从 a 复制元素放)。