mirror of
https://git.suyu.dev/suyu/suyu
synced 2026-07-02 11:09:02 +00: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