Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | generic: introduce a generic __fls implementation | Alexander van Heukelum | 2008-04-26 |
Add a generic __fls implementation in the same spirit as the generic __ffs one. It finds the last (most significant) set bit in the given long value. Signed-off-by: Alexander van Heukelum <heukelum@fastmail.fm> Signed-off-by: Ingo Molnar <mingo@elte.hu> |