Population Count, 4/8-byte integer
Returns the number of bits set for a 32/64-bit integer.
int __popcnt4 (unsigned int); int __popcnt8 (unsigned long long);
int __popcnt4 (unsigned int);
int __popcnt8 (unsigned long long);