summaryrefslogtreecommitdiff
path: root/src/common/bit_util.h
AgeCommit message (Expand)Author
2025-01-14Revert incorrect copyright attribution for non-contributed filesZephyron
2024-12-31chore: update project references and add Citron copyrightZephyron
2023-01-29Move to Clang Format 15Levi Behunin
2022-04-23general: Convert source file copyright comments over to SPDXMorph
2022-03-09bit_util: Add `bit` utility functionWunkolo
2022-01-11common: bit_util: Add IsPow2 helper functionMorph
2021-11-20TextureCache: Refactor and fix linux compiling.Fernando Sahmkow
2021-01-21common: Add missing include to bit_util.hbunnei
2021-01-21bit_util: Unify implementations of MostSignificantBit32/MostSignificantBit64Lioncash
2021-01-15common/bit_util: Replace CLZ/CTZ operations with standardized onesLioncash
2020-08-15common: Make use of [[nodiscard]] where applicableLioncash
2019-06-20texture_cache: Optimize GetMipBlockHeight and GetMipBlockDepthFernando Sahmkow
2019-04-05common/bit_util: Make CountLeading/CountTrailing functions have the same retu...Lioncash
2019-03-27Fixes and corrections on formatting.Fernando Sahmkow
2019-03-27Implement intrinsics CountTrailingZeroes and test it.Fernando Sahmkow
2019-03-27Implement a MultiLevelQueueFernando Sahmkow
2018-12-21common: Add basic bit manipulation utility function to CommonLioncash