m68k specific complex sine implementation for long double.
authorUlrich Drepper <drepper@redhat.com>
Wed, 7 May 1997 15:28:03 +0000 (15:28 +0000)
committerUlrich Drepper <drepper@redhat.com>
Wed, 7 May 1997 15:28:03 +0000 (15:28 +0000)
sysdeps/m68k/fpu/s_csinl.c [new file with mode: 0644]

diff --git a/sysdeps/m68k/fpu/s_csinl.c b/sysdeps/m68k/fpu/s_csinl.c
new file mode 100644 (file)
index 0000000..ea2dad0
--- /dev/null
@@ -0,0 +1,3 @@
+#define SUFF l
+#define float_type long double
+#include <s_csin.c>