d_a_alink work / lv4digsand done / e_s1 matched (#2224)

* d_a_alink work / d_a_obj_lv4digsand done

* d_a_e_s1 matched, not linked

* d_a_e_s1 documentation
This commit is contained in:
TakaRikka
2024-10-24 20:47:02 -07:00
committed by GitHub
parent 5650c7fe08
commit 8a0802554e
31 changed files with 4739 additions and 2737 deletions
@@ -3,9 +3,9 @@
namespace std {
/* float fabs(float num) {
inline float fabs(float num) {
return ::fabsf(num);
} */
}
inline float fabsf(float num) {
return ::fabsf(num);
@@ -20,4 +20,4 @@ inline float abs(float x) {
}
} // namespace std
#endif
#endif