#include uint64_t uint64_zero_mask(uint64_t x) { if (x == 0) return -1; return 0; }