Function core::arch::x86::_mm256_maskload_pd1.27.0[][src]

pub unsafe fn _mm256_maskload_pd(mem_addr: *const f64, mask: __m256i) -> __m256d
This is supported on x86 and target feature avx only.
Expand description

使用 mask 将包装的双精度 (64-bit) 浮点元素从内存加载到结果中 (当未设置相应元素的高位时,元素清零)。

Intel’s documentation