m68k exp2f implementation.
authorUlrich Drepper <drepper@redhat.com>
Sat, 17 Feb 2001 16:49:28 +0000 (16:49 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sat, 17 Feb 2001 16:49:28 +0000 (16:49 +0000)
sysdeps/m68k/fpu/e_exp2f.c [new file with mode: 0644]

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