__bitcount64
#define __bitcount64(x) __builtin_popcountll((__uint64_t)(x))
__bitcount64(__uint64_t _x)