??? 05/08/08 16:52 Read: times |
#154585 - Same as Neil's Responding to: ???'s previous message |
It is the same as Neil's implementation, just using a simple look up table but he doesn't define the table. It looks a bit nicer to me with the lookup table defined like Neil does it but should do the same thing. The lookup table is almost certainly faster than the method I posted earlier. If you are not sure what something is doing the best thing to do is look at the assembly generated by a line of code. |