Hacker News new | ask | show | jobs
by _RPM 3602 days ago
The image seems to be doing b1 ^ b2 (which would be a XOR), but the result is the result of & (AND)
1 comments

Ahh. Okay. I'm just assuming that they would do these computations using a C like language.