Function core::arch::x86::_mm256_maskz_cvtepi32_ps [−][src]
pub unsafe fn _mm256_maskz_cvtepi32_ps(k: __mmask8, a: __m256i) -> __m256
This is supported on x86 and target feature
avx512f,avx512vl
only.Expand description
将 a 中的包装有符号 32 位整数转换为包装的单精度 (32-bit) 浮点元素,并使用零掩码 k (未设置相应的掩码位时将元素清零) 将结果存储在 dst 中。