add ieeeremainder
authorbdemsky <bdemsky>
Sun, 3 Apr 2011 04:22:56 +0000 (04:22 +0000)
committerbdemsky <bdemsky>
Sun, 3 Apr 2011 04:22:56 +0000 (04:22 +0000)
Robust/src/Runtime/math.c

index 683c033cd0de0f1cc1ddd765685f048aa0e9cc19..ed4fd0e3117c54b2025fae03bc2026472a34a5d4 100644 (file)
@@ -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