From: Ulrich Drepper Date: Sat, 17 Feb 2001 16:49:41 +0000 (+0000) Subject: m68k exp2l implementation. X-Git-Tag: glibc-2.16-ports-merge^2~2035 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=191b842dfe7931a9c74348ffa6684846ff5884ea;p=platform%2Fupstream%2Fglibc.git m68k exp2l implementation. --- diff --git a/sysdeps/m68k/fpu/e_exp2l.c b/sysdeps/m68k/fpu/e_exp2l.c new file mode 100644 index 0000000..0ab2a42 --- /dev/null +++ b/sysdeps/m68k/fpu/e_exp2l.c @@ -0,0 +1,2 @@ +#define FUNC __ieee754_exp2l +#include