Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Which will be faster [C]

Name: Anonymous 2009-05-08 17:12

Bitfields (struct s { unsigned char w:1, x:1, y:2, z:4; };)
or bit operations (#define get_y(s) ((s >> 4) & 3))?

Yes, I'm a premature optimizer.

Name: Anonymous 2009-05-08 19:12

>>9
What about our are right?

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List