Function core::arch::x86_64::_mm256_movemask_epi8

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

a 中每个 8 位元素的最高有效位创建掩码,并返回结果。

Intel’s documentation