Is there any way to compare two byte by XOR in a fast way
and return the number of bits is equal .
e.g.
b1 = 11100011
b2 = 01010010
after XOR compare will return 4 bit is equal
--
and return the number of bits is equal .
e.g.
b1 = 11100011
b2 = 01010010
after XOR compare will return 4 bit is equal
--
Comment