Thread
:
How to read bits of a byte with c
View Single Post
DaWei
Team Leader
18Jun2007,16:22
Well, that's easier to use, yes, but if you examine the emitted code you will see that the machine is using shifts, masks, and bit operators. You won't find a real performance gain.