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

pub unsafe fn _mm_movemask_ps(a: __m128) -> i32
This is supported on x86 and target feature sse only.
Expand description

返回 a 中每个元素的最高有效位的掩码。

掩码存储在返回值的 4 个最低有效位中。 所有其他位设置为 0

Intel’s documentation