From cfcba790efc176ff7206ce4bf8d18fc401b34cb4 Mon Sep 17 00:00:00 2001 From: Alejandro Javier Asenjo Nitti Date: Sat, 7 Oct 2023 05:20:04 -0300 Subject: fabsf --- include/common.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include') 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 -- cgit v1.2.3