mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-06 20:27:48 +00:00

Adds all 18 intrinsics belongin to AVX512VPOPCNTDQ counting the number of set bits in packed 32 / 64 bit integers. Intrinsics match _mm(256|512)?(_maskz?)?_popcnt_epi(32|64). Versions for packed 8 and 16 bit integers are part of BITALG.