Intel® C++ Compiler 16.0 User and Reference Guide
Counts the number of set bits in an 8-bit unsigned integer.This topic only applies to Intel® 64 and IA-32 architectures targeting Intel® Graphics Technology.
unsigned char __popcnt8(unsigned char value);
value |
An 8-bit unsigned integer. |
This function counts the number of set bits in value.
The number of bits set to 1.