This commit is contained in:
Alejandro Javier Asenjo Nitti
2023-10-07 05:20:04 -03:00
parent f981721c98
commit cfcba790ef
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -14,5 +14,5 @@ typedef float f32;
#define NULL 0
double fabs(double f);
#pragma intrinsic(fabs)
double fabsf(double f);
#pragma intrinsic(fabsf)