diff options
Diffstat (limited to 'sysdeps/m68k/fpu/s_scalbnl.c')
-rw-r--r-- | sysdeps/m68k/fpu/s_scalbnl.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sysdeps/m68k/fpu/s_scalbnl.c b/sysdeps/m68k/fpu/s_scalbnl.c new file mode 100644 index 0000000000..874bafb04b --- /dev/null +++ b/sysdeps/m68k/fpu/s_scalbnl.c @@ -0,0 +1,3 @@ +#define suffix l +#define float_type long double +#include <s_scalbn.c> |