]> git.llucax.com Git - software/dgc/cdgc.git/commitdiff
Use integer division to calculate the bit position
authorLeandro Lucarella <llucax@gmail.com>
Sun, 29 Aug 2010 05:29:59 +0000 (02:29 -0300)
committerLeandro Lucarella <llucax@gmail.com>
Sun, 29 Aug 2010 05:29:59 +0000 (02:29 -0300)
Any decent compiler can optimize the division by a power of 2 to a shift.


No differences found