m68k specific implementation for trunc for long double.
authorUlrich Drepper <drepper@redhat.com>
Wed, 2 Apr 1997 14:46:54 +0000 (14:46 +0000)
committerUlrich Drepper <drepper@redhat.com>
Wed, 2 Apr 1997 14:46:54 +0000 (14:46 +0000)
sysdeps/m68k/fpu/s_truncl.c [new file with mode: 0644]

diff --git a/sysdeps/m68k/fpu/s_truncl.c b/sysdeps/m68k/fpu/s_truncl.c
new file mode 100644 (file)
index 0000000..8d35777
--- /dev/null
@@ -0,0 +1,2 @@
+#define        FUNC truncl
+#include <s_atanl.c>