Lioncash
3b97777861
common/bit_util: Make CountLeading/CountTrailing functions have the same return types
...
Makes the return type consistently uniform (like the intrinsics we're
wrapping). This also conveniently silences a truncation warning within
the kernel multi_level_queue.
2019-04-05 15:29:40 -04:00
Fernando Sahmkow
1e7fd04059
Fixes and corrections on formatting.
2019-03-27 14:49:43 -04:00
Fernando Sahmkow
10cedd8bd7
Implement intrinsics CountTrailingZeroes and test it.
2019-03-27 14:34:29 -04:00
Fernando Sahmkow
8c04ac69c5
Implement a MultiLevelQueue
2019-03-27 14:33:44 -04:00
Lioncash
0a9a9e9b80
common: Add basic bit manipulation utility function to Common
2018-12-21 07:04:18 -05:00