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

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

基于 a 中相应的包装单精度 (32-bit) 浮点元素的最高有效位来设置返回掩码的每一位。

Intel’s documentation