Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bit_util: Add fls_ functions; "find last set".
These simplify a lot of the bit_util module, which had grown bits and pieces of this functionality across a variety of places over the years. While we're here, kill off BIT_UTIL_INLINE and don't do reentrancy testing for bit_util.
- Loading branch information