summaryrefslogtreecommitdiff
path: root/src/common/bit_util.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Move to Clang Format 15Gravatar Levi Behunin2023-01-291-3/+3
* general: Convert source file copyright comments over to SPDXGravatar Morph2022-04-231-3/+2
* bit_util: Add `bit` utility functionGravatar Wunkolo2022-03-091-0/+7
* common: bit_util: Add IsPow2 helper functionGravatar Morph2022-01-111-0/+6
* TextureCache: Refactor and fix linux compiling.Gravatar Fernando Sahmkow2021-11-201-0/+7
* common: Add missing include to bit_util.hGravatar bunnei2021-01-211-0/+1
* bit_util: Unify implementations of MostSignificantBit32/MostSignificantBit64Gravatar Lioncash2021-01-211-35/+13
* common/bit_util: Replace CLZ/CTZ operations with standardized onesGravatar Lioncash2021-01-151-76/+0
* common: Make use of [[nodiscard]] where applicableGravatar Lioncash2020-08-151-17/+17
* texture_cache: Optimize GetMipBlockHeight and GetMipBlockDepthGravatar Fernando Sahmkow2019-06-201-0/+44
* common/bit_util: Make CountLeading/CountTrailing functions have the same retu...Gravatar Lioncash2019-04-051-8/+8
* Fixes and corrections on formatting.Gravatar Fernando Sahmkow2019-03-271-1/+0
* Implement intrinsics CountTrailingZeroes and test it.Gravatar Fernando Sahmkow2019-03-271-12/+33
* Implement a MultiLevelQueueGravatar Fernando Sahmkow2019-03-271-0/+19
* common: Add basic bit manipulation utility function to CommonGravatar Lioncash2018-12-211-0/+61