From 85aa6929a6b5e77d4ea5e6226680a22449f26b22 Mon Sep 17 00:00:00 2001 From: bdemsky Date: Sun, 3 Apr 2011 04:22:56 +0000 Subject: [PATCH] add ieeeremainder --- Robust/src/Runtime/math.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/Robust/src/Runtime/math.c b/Robust/src/Runtime/math.c index 683c033c..ed4fd0e3 100644 --- a/Robust/src/Runtime/math.c +++ b/Robust/src/Runtime/math.c @@ -82,9 +82,7 @@ float CALL11(___Math______ceilf____F, float ___a___, float ___a___) { return ceilf(___a___); } -#ifdef MGC float CALL22(___Math______IEEEremainder____F_F, float ___a___, float ___b___, float ___a___, float ___b___) { return fmod(___a___, ___b___); } -#endif -- 2.34.1