28.2.44 __builtin_popcountl

Description

Count the number of 1’s (set bits) in a long integer.

Prototype

int __builtin_nop(unsigned long num);

Argument

num – long integer number

Return Value

Returns the number of 1's found.

Assembler Operator/ Machine Instruction

N/A