Function core::arch::x86_64::_mm256_movemask_ps

1.27.0 · source ·
pub unsafe fn _mm256_movemask_ps(a: __m256) -> i32
Available on (x86 or x86-64) and target feature avx and x86-64 only.
Expand description

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

Intel’s documentation