Function core::arch::x86_64::_mm_movemask_pd

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

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

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

Intel’s documentation