lodepng
lodepng copied to clipboard
code optimization
https://github.com/lvandeve/lodepng/blob/b4ed2cd7ecf61d29076169b49199371456d4f90b/lodepng.cpp#L2420
r ^ 0xFFFFFFFFu is code for the 1'complement. Why not use the C/C++ 1'complement symbol '~' that the compiler could use best code implementation for used CPU?