about summary refs log tree commit diff
path: root/sysdeps/m68k/m680x0/fpu/e_fmodf.c
blob: ffae68f17f5619f6535b006eca6df00abc2d6d82 (plain) (blame)
1
2
3
4
5
6
#ifndef FUNC
# define FUNC __ieee754_fmodf
# define FUNC_FINITE __fmodf
#endif
#define float_type float
#include <e_fmod.c>