__popcnt4, __popcnt8

用途

填充计数, 4-byte 或 8-byte 整数

返回为 32 位或 64 位 整数设置的位数。

原型

int __popcnt4 (unsigned int);

int __popcnt8 (无符号长整型);