Bitwise operations are usually easier to CPU.
NOT
011 (3)
NOT 3 = 4 (100)
AND
011 (3) AND 100 (4) = 0 (000)
OR
011 (3) OR 100 (4) = 7 (111)
If you're inventing and pioneering, you have to be willing to be misunderstood for long periods of time
Bitwise operations are usually easier to CPU.
NOT
011 (3)
NOT 3 = 4 (100)
AND
011 (3) AND 100 (4) = 0 (000)
OR
011 (3) OR 100 (4) = 7 (111)