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

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