summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAlejandro Javier Asenjo Nitti <alejandro.asenjo88@gmail.com>2023-10-07 05:20:04 -0300
committerAlejandro Javier Asenjo Nitti <alejandro.asenjo88@gmail.com>2023-10-07 05:20:04 -0300
commitcfcba790efc176ff7206ce4bf8d18fc401b34cb4 (patch)
treee9fe1d40fbef6f3d2f14b7a10403204377671bd8 /include
parentf981721c989150566c13ed8eda569f154af6db86 (diff)
fabsf
Diffstat (limited to 'include')
-rw-r--r--include/common.h4
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