Skip to main content

pack_bool_word_avx512

Function pack_bool_word_avx512 

Source
pub unsafe fn pack_bool_word_avx512(bools: &[bool; 64]) -> u64
Expand description

AVX-512BW byte→bit pack kernel: a single 64-byte vptestmb produces the whole word.

§Safety

The caller must ensure the CPU supports AVX-512F and AVX-512BW.