work on daAlink horse, hvyboots, cut (#1981)

* work on alink_cut, alink_horse, alink_hvyboots

* remove asm
This commit is contained in:
TakaRikka
2023-11-08 15:52:54 +02:00
committed by GitHub
parent 5a2a39f778
commit 557d0822e5
69 changed files with 2600 additions and 2566 deletions
+4
View File
@@ -6,6 +6,10 @@ namespace std {
float fabs(float num) {
return fabsf(num);
}
float abs(float num) {
return fabsf(num);
}
} // namespace std
#endif