summaryrefslogtreecommitdiff
path: root/src/common/bit_util.h (unfollow)
Commit message (Expand)AuthorFilesLines
2023-01-29Move to Clang Format 15Gravatar Levi Behunin1-3/+3
2022-04-23general: Convert source file copyright comments over to SPDXGravatar Morph1-3/+2
2022-03-09bit_util: Add `bit` utility functionGravatar Wunkolo1-0/+7
2022-01-11common: bit_util: Add IsPow2 helper functionGravatar Morph1-0/+6
2021-11-20TextureCache: Refactor and fix linux compiling.Gravatar Fernando Sahmkow1-0/+7
2021-05-05fixup! common: bit_util: Add BIT macro.Gravatar bunnei1-2/+0
2021-05-05common: bit_util: Add BIT macro.Gravatar bunnei1-0/+2
2021-01-21common: Add missing include to bit_util.hGravatar bunnei1-0/+1
2021-01-21bit_util: Unify implementations of MostSignificantBit32/MostSignificantBit64Gravatar Lioncash1-35/+13
2021-01-15common/bit_util: Replace CLZ/CTZ operations with standardized onesGravatar Lioncash1-76/+0
2020-08-15common: Make use of [[nodiscard]] where applicableGravatar Lioncash1-17/+17
2019-06-20texture_cache: Optimize GetMipBlockHeight and GetMipBlockDepthGravatar Fernando Sahmkow1-0/+44
2019-04-05common/bit_util: Make CountLeading/CountTrailing functions have the same retu...Gravatar Lioncash1-8/+8
2019-03-27Fixes and corrections on formatting.Gravatar Fernando Sahmkow1-1/+0
2019-03-27Implement intrinsics CountTrailingZeroes and test it.Gravatar Fernando Sahmkow1-12/+33
2019-03-27Implement a MultiLevelQueueGravatar Fernando Sahmkow1-0/+19
2018-12-21common: Add basic bit manipulation utility function to CommonGravatar Lioncash1-0/+61