#include uint64_t uint64_unequal_mask(uint64_t x,uint64_t y) { if (x != y) return -1; return 0; }