diff options
Diffstat (limited to 'sysdeps/m68k/fpu/e_scalbf.c')
-rw-r--r-- | sysdeps/m68k/fpu/e_scalbf.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sysdeps/m68k/fpu/e_scalbf.c b/sysdeps/m68k/fpu/e_scalbf.c index 1d2beae9ee..7943571246 100644 --- a/sysdeps/m68k/fpu/e_scalbf.c +++ b/sysdeps/m68k/fpu/e_scalbf.c @@ -1,2 +1,3 @@ -#define FUNC __ieee754_scalbf -#include <e_fmodf.c> +#define SUFF f +#define float_type float +#include <e_scalb.c> |