mirror of
https://github.com/OpenDriver2/REDRIVER2.git
synced 2024-11-22 10:22:48 +01:00
- bug fix
This commit is contained in:
parent
81de80878f
commit
d9f17077a5
@ -57,10 +57,11 @@ unsigned int gte_leadingzerocount(unsigned int lzcs)
|
||||
}
|
||||
|
||||
return lzcr;
|
||||
#endif
|
||||
|
||||
if (!lzcs)
|
||||
return 32;
|
||||
#endif
|
||||
|
||||
// perform fast bit scan
|
||||
|
||||
unsigned int lzcr = lzcs;
|
||||
|
Loading…
Reference in New Issue
Block a user