summaryrefslogtreecommitdiff
path: root/ports/sysdeps/m68k/m680x0/fpu/e_fmodf.c
diff options
context:
space:
mode:
Diffstat (limited to 'ports/sysdeps/m68k/m680x0/fpu/e_fmodf.c')
-rw-r--r--ports/sysdeps/m68k/m680x0/fpu/e_fmodf.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/ports/sysdeps/m68k/m680x0/fpu/e_fmodf.c b/ports/sysdeps/m68k/m680x0/fpu/e_fmodf.c
new file mode 100644
index 0000000000..38995c3768
--- /dev/null
+++ b/ports/sysdeps/m68k/m680x0/fpu/e_fmodf.c
@@ -0,0 +1,6 @@
+#ifndef FUNC
+# define FUNC __ieee754_fmodf
+# define FUNC_FINITE __fmodf_finite
+#endif
+#define float_type float
+#include <e_fmod.c>