diff options
| author | TakaRikka <38417346+TakaRikka@users.noreply.github.com> | 2024-03-27 23:49:59 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-28 08:49:59 +0200 |
| commit | 483253ae430ed0687468cf78b384d4328e005195 (patch) | |
| tree | 7282fc82b047690c5fd74d7fddc906b89b1221d1 /include/std | |
| parent | a9d182d6cf0d4d49d4dd937294c858377128d5e0 (diff) | |
b_bq done (except weak funcs) (#2110)
Diffstat (limited to 'include/std')
| -rw-r--r-- | include/std/cmath.h | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/include/std/cmath.h b/include/std/cmath.h deleted file mode 100644 index 6de737b779..0000000000 --- a/include/std/cmath.h +++ /dev/null @@ -1,15 +0,0 @@ -#ifndef STD_CMATH_H_ -#define STD_CMATH_H_ - - -namespace std { -float fabs(float num) { - return fabsf(num); -} - -float abs(float num) { - return fabsf(num); -} -} // namespace std - -#endif |
