Function core::arch::x86_64::_mm256_maskz_broadcastsd_pd [−][src]
pub unsafe fn _mm256_maskz_broadcastsd_pd(k: __mmask8, a: __m128d) -> __m256d
This is supported on x86-64 and target feature
avx512f,avx512vl
only.Expand description
使用零掩码 k 将低双精度 (64-bit) 浮点元素从 a 广播到 dst 的所有元素 (未设置相应的掩码位时将元素清零)。