HWEIGHT8
#define HWEIGHT8(x) (__builtin_popcountg((uint8_t)(x)))
#define HWEIGHT8(x) (__const_bitcount8((uint8_t)(x)))