summaryrefslogtreecommitdiffstats
path: root/src/common/bit_util.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-3/+2
* bit_util: Add `bit` utility functionWunkolo2022-03-091-0/+7
* common: bit_util: Add IsPow2 helper functionMorph2022-01-111-0/+6
* TextureCache: Refactor and fix linux compiling.Fernando Sahmkow2021-11-201-0/+7
* common: Add missing include to bit_util.hbunnei2021-01-221-0/+1
* bit_util: Unify implementations of MostSignificantBit32/MostSignificantBit64Lioncash2021-01-211-35/+13
* common/bit_util: Replace CLZ/CTZ operations with standardized onesLioncash2021-01-151-76/+0
* common: Make use of [[nodiscard]] where applicableLioncash2020-08-151-17/+17
* 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
* 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