summaryrefslogtreecommitdiffstats
path: root/src/common/bit_util.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* texture_cache: Optimize GetMipBlockHeight and GetMipBlockDepthFernando Sahmkow2019-06-211-0/+44
|
* common/bit_util: Make CountLeading/CountTrailing functions have the same return typesLioncash2019-04-051-8/+8
| | | | | | 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.
* Fixes and corrections on formatting.Fernando Sahmkow2019-03-271-1/+0
|
* Implement intrinsics CountTrailingZeroes and test it.Fernando Sahmkow2019-03-271-12/+33
|
* Implement a MultiLevelQueueFernando Sahmkow2019-03-271-0/+19
|
* common: Add basic bit manipulation utility function to CommonLioncash2018-12-211-0/+61