summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/log2table.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* score: Delete CPU_USE_GENERIC_BITFIELD_DATASebastian Huber2016-06-081-3/+1
| | | | | | Rename __log2table into _Bitfield_Leading_zeros since it acually returns the count of leading zeros of an 8-bit integer. The value for zero is a bit odd. Provide it unconditionally.
* score: Move __log2table to separate fileSebastian Huber2014-04-011-0/+43