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:
TakaRikka
2024-03-22 05:56:28 -07:00
committed by GitHub
parent 5845e695ce
commit c662719bfc
6 changed files with 6599 additions and 105 deletions
+2
View File
@@ -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