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

pub unsafe fn _mm256_movemask_pd(a: __m256d) -> i32
This is supported on x86 and target feature avx only.
Expand description

根据 a 中相应的包装的双精度 (64-bit) 浮点元素的最高有效位设置返回掩码的每一位。

Intel’s documentation