diff options
| author | Alejandro Javier Asenjo Nitti <alejandro.asenjo88@gmail.com> | 2023-10-07 05:20:04 -0300 |
|---|---|---|
| committer | Alejandro Javier Asenjo Nitti <alejandro.asenjo88@gmail.com> | 2023-10-07 05:20:04 -0300 |
| commit | cfcba790efc176ff7206ce4bf8d18fc401b34cb4 (patch) | |
| tree | e9fe1d40fbef6f3d2f14b7a10403204377671bd8 /include | |
| parent | f981721c989150566c13ed8eda569f154af6db86 (diff) | |
fabsf
Diffstat (limited to 'include')
| -rw-r--r-- | include/common.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/common.h b/include/common.h index 5ea88156..b32728b9 100644 --- a/include/common.h +++ b/include/common.h @@ -14,5 +14,5 @@ typedef float f32; #define NULL 0 -double fabs(double f); -#pragma intrinsic(fabs)
\ No newline at end of file +double fabsf(double f); +#pragma intrinsic(fabsf)
\ No newline at end of file |
