mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-22 16:27:51 -05:00
common/bit_util: Replace CLZ/CTZ operations with standardized ones
Makes for less code that we need to maintain.
This commit is contained in:
@ -126,7 +126,7 @@ private:
|
||||
|
||||
s32 count{};
|
||||
s32 offset{};
|
||||
s32 mask{};
|
||||
u32 mask{};
|
||||
bool incrementing{};
|
||||
|
||||
// Queue of command lists to be processed
|
||||
|
Reference in New Issue
Block a user