clang 20.0.0git
|
Go to the source code of this file.
Macros | |
#define | __DEFAULT_FN_ATTRS __attribute__((__always_inline__, __nodebug__, __target__("popcnt"))) |
Functions | |
static __inline__ int __DEFAULT_FN_ATTRS | _mm_popcnt_u32 (unsigned int __A) |
Counts the number of bits in the source operand having a value of 1. | |
#define __DEFAULT_FN_ATTRS __attribute__((__always_inline__, __nodebug__, __target__("popcnt"))) |
Definition at line 19 of file popcntintrin.h.
|
static |
Counts the number of bits in the source operand having a value of 1.
This intrinsic corresponds to the POPCNT
instruction.
__A | An unsigned 32-bit integer operand. |
Definition at line 34 of file popcntintrin.h.