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