You are viewing a single comment's thread from:

RE: Creating faster C/C++ binaries without changing a single line of code

in #development9 years ago

Good ol' days of 8-16 bit registers, heh... It probably pays to xor even today btw. I see it regularly in the XMM registers of SSE code. They wouldn't do it if it wasn't faster but I haven't actually measured it.

Thanks btw.