From: bdemsky Date: Sun, 3 Apr 2011 04:22:56 +0000 (+0000) Subject: add ieeeremainder X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=85aa6929a6b5e77d4ea5e6226680a22449f26b22;p=IRC.git add ieeeremainder --- 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