From: Ulrich Drepper Date: Wed, 6 Jun 2001 12:54:56 +0000 (+0000) Subject: M68k log2l implementation. X-Git-Tag: glibc-2.16-ports-before-merge~1870 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=356aba5785c17e44148821a34156bacb521ad553;p=thirdparty%2Fglibc.git M68k log2l implementation. --- diff --git a/sysdeps/m68k/fpu/e_log2l.c b/sysdeps/m68k/fpu/e_log2l.c new file mode 100644 index 00000000000..795cfba8c57 --- /dev/null +++ b/sysdeps/m68k/fpu/e_log2l.c @@ -0,0 +1,2 @@ +#define FUNC __ieee754_log10l +#include