Function core::arch::x86::_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 only.Expand description
从 a
中每个 8 位元素的最高有效位创建掩码,并返回结果。