M68k log2f implementation.
authorUlrich Drepper <drepper@redhat.com>
Wed, 6 Jun 2001 12:54:45 +0000 (12:54 +0000)
committerUlrich Drepper <drepper@redhat.com>
Wed, 6 Jun 2001 12:54:45 +0000 (12:54 +0000)
sysdeps/m68k/fpu/e_log2f.c [new file with mode: 0644]

diff --git a/sysdeps/m68k/fpu/e_log2f.c b/sysdeps/m68k/fpu/e_log2f.c
new file mode 100644 (file)
index 0000000..ed74933
--- /dev/null
@@ -0,0 +1,2 @@
+#define FUNC    __ieee754_log10f
+#include <e_acosf.c>