minus-squareSnazz@lemmy.worldtoProgrammer Humor@lemmy.ml•Find yourselflinkfedilinkarrow-up20·1 year agoBit hacker 2 is really fascinating. It uses a bit mask of all 1s (-1) or all 0s (0) and takes advantage of the fact that y ^ (x ^ y) = x and y ^ 0 = y linkfedilink
Bit hacker 2 is really fascinating. It uses a bit mask of all 1s (-1) or all 0s (0) and takes advantage of the fact that y ^ (x ^ y) = x and y ^ 0 = y