]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
M68k log2 implementation.
authorUlrich Drepper <drepper@redhat.com>
Wed, 6 Jun 2001 12:54:31 +0000 (12:54 +0000)
committerUlrich Drepper <drepper@redhat.com>
Wed, 6 Jun 2001 12:54:31 +0000 (12:54 +0000)
sysdeps/m68k/fpu/e_log2.c [new file with mode: 0644]

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