mirror of
https://github.com/encounter/tp.git
synced 2026-07-11 06:18:46 -07:00
work on daAlink horse, hvyboots, cut (#1981)
* work on alink_cut, alink_horse, alink_hvyboots * remove asm
This commit is contained in:
@@ -6,6 +6,10 @@ namespace std {
|
||||
float fabs(float num) {
|
||||
return fabsf(num);
|
||||
}
|
||||
|
||||
float abs(float num) {
|
||||
return fabsf(num);
|
||||
}
|
||||
} // namespace std
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user