index
:
Citron
master
Mirror of the Citron emulator
silvan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
common
/
bit_util.h
Age
Commit message (
Expand
)
Author
2025-01-14
Revert incorrect copyright attribution for non-contributed files
Zephyron
2024-12-31
chore: update project references and add Citron copyright
Zephyron
2023-01-29
Move to Clang Format 15
Levi Behunin
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
2022-03-09
bit_util: Add `bit` utility function
Wunkolo
2022-01-11
common: bit_util: Add IsPow2 helper function
Morph
2021-11-20
TextureCache: Refactor and fix linux compiling.
Fernando Sahmkow
2021-01-21
common: Add missing include to bit_util.h
bunnei
2021-01-21
bit_util: Unify implementations of MostSignificantBit32/MostSignificantBit64
Lioncash
2021-01-15
common/bit_util: Replace CLZ/CTZ operations with standardized ones
Lioncash
2020-08-15
common: Make use of [[nodiscard]] where applicable
Lioncash
2019-06-20
texture_cache: Optimize GetMipBlockHeight and GetMipBlockDepth
Fernando Sahmkow
2019-04-05
common/bit_util: Make CountLeading/CountTrailing functions have the same retu...
Lioncash
2019-03-27
Fixes and corrections on formatting.
Fernando Sahmkow
2019-03-27
Implement intrinsics CountTrailingZeroes and test it.
Fernando Sahmkow
2019-03-27
Implement a MultiLevelQueue
Fernando Sahmkow
2018-12-21
common: Add basic bit manipulation utility function to Common
Lioncash