index
:
anonymous/yuzu
master
yuzu is the world's most popular, open-source, Nintendo Switch emulator — started by the creators of Citra. It is written in C++ with portability in mind,
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
common
/
bit_util.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
general: Convert source file copyright comments over to SPDX
Morph
2022-04-23
1
-3
/
+2
*
bit_util: Add `bit` utility function
Wunkolo
2022-03-09
1
-0
/
+7
*
common: bit_util: Add IsPow2 helper function
Morph
2022-01-11
1
-0
/
+6
*
TextureCache: Refactor and fix linux compiling.
Fernando Sahmkow
2021-11-20
1
-0
/
+7
*
common: Add missing include to bit_util.h
bunnei
2021-01-22
1
-0
/
+1
*
bit_util: Unify implementations of MostSignificantBit32/MostSignificantBit64
Lioncash
2021-01-21
1
-35
/
+13
*
common/bit_util: Replace CLZ/CTZ operations with standardized ones
Lioncash
2021-01-15
1
-76
/
+0
*
common: Make use of [[nodiscard]] where applicable
Lioncash
2020-08-15
1
-17
/
+17
*
texture_cache: Optimize GetMipBlockHeight and GetMipBlockDepth
Fernando Sahmkow
2019-06-21
1
-0
/
+44
*
common/bit_util: Make CountLeading/CountTrailing functions have the same return types
Lioncash
2019-04-05
1
-8
/
+8
*
Fixes and corrections on formatting.
Fernando Sahmkow
2019-03-27
1
-1
/
+0
*
Implement intrinsics CountTrailingZeroes and test it.
Fernando Sahmkow
2019-03-27
1
-12
/
+33
*
Implement a MultiLevelQueue
Fernando Sahmkow
2019-03-27
1
-0
/
+19
*
common: Add basic bit manipulation utility function to Common
Lioncash
2018-12-21
1
-0
/
+61