HWEIGHT64
#define HWEIGHT64(x) (__builtin_popcountg((uint64_t)(x)))
#define HWEIGHT64(x) (__const_bitcount64((uint64_t)(x)))