pub fn _mm256_popcnt_epi64(a: __m256i) -> __m256i
stdarch_x86_avx512
For each packed 64-bit integer maps the value to the number of logical 1 bits.
Intel’s documentation