diff options
Diffstat (limited to 'sysdeps/m68k/fpu/e_fmodf.c')
-rw-r--r-- | sysdeps/m68k/fpu/e_fmodf.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sysdeps/m68k/fpu/e_fmodf.c b/sysdeps/m68k/fpu/e_fmodf.c new file mode 100644 index 0000000000..88c350ce9e --- /dev/null +++ b/sysdeps/m68k/fpu/e_fmodf.c @@ -0,0 +1,5 @@ +#ifndef FUNC +#define FUNC __ieee754_fmodf +#endif +#define float_type float +#include <e_fmod.c> |