pub unsafe fn pack_avx512(bits: &[u8]) -> Vec<u64>Expand description
Pack u8 bits into u64 words using AVX-512 k-mask compare.
Processes 64 bytes per iteration where each compare result bit maps directly to one packed output bit.
ยงSafety
Caller must ensure the current CPU supports avx512f and avx512bw.