#include uint64_t uint64_bottombit_mask(uint64_t x) { return -(1 & x); }