Intel® C++ Compiler 18.0 Developer Guide and Reference
Counts the number of set bits in an 8-bit unsigned integer.This topic only applies when 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.