mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-22 04:35:46 +00:00
Fixes and corrections on formatting.
This commit is contained in:
parent
15307bc4d1
commit
1e7fd04059
5 changed files with 30 additions and 41 deletions
|
@ -59,7 +59,6 @@ inline u64 CountLeadingZeroes64(u64 value) {
|
|||
}
|
||||
#endif
|
||||
|
||||
|
||||
#ifdef _MSC_VER
|
||||
inline u32 CountTrailingZeroes32(u32 value) {
|
||||
unsigned long trailing_zero = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue