devela::_dep::_std::arch::x86_64

Function _mm256_movemask_ps

1.27.0 · Source
pub unsafe fn _mm256_movemask_ps(a: __m256) -> i32 
Available on crate feature std and x86-64 only.
Expand description

Sets each bit of the returned mask based on the most significant bit of the corresponding packed single-precision (32-bit) floating-point element in a.

Intel’s documentation