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

diff --git a/sysdeps/m68k/fpu/s_nearbyintf.c b/sysdeps/m68k/fpu/s_nearbyintf.c
new file mode 100644 (file)
index 0000000..70d08ab
--- /dev/null
@@ -0,0 +1,2 @@
+#define        FUNC nearbyintf
+#include <s_atanf.c>