mirror of
https://github.com/zeldaret/tp
synced 2026-07-10 07:06:50 -04:00
work / documentation on d_a_b_ds (#2104)
* document / cleanup a good chunk of d_a_b_ds * fix d_a_b_ds nonmatching file
This commit is contained in:
@@ -35,4 +35,6 @@ inline BOOL checkEqual(s32 a, s32 b) {
|
||||
return (u32)__cntlzw(a - b) >> 5;
|
||||
}
|
||||
|
||||
#define FAST_DIV(x, n) (x >> (n / 2))
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user