SetBit
CPUSet::SetBit(int32 cpu)
inline static void SetBit(Type &val, int bit) {val |= Type(1) << bit;}