From: Ulrich Drepper Date: Wed, 7 May 1997 15:27:16 +0000 (+0000) Subject: m68k specific complex cosine implementation for float. X-Git-Tag: upstream/2.30~10627^2~3616 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fc2cf9ae39684f70eeda160e6fa715475a7704f6;p=external%2Fglibc.git m68k specific complex cosine implementation for float. --- diff --git a/sysdeps/m68k/fpu/s_ccosf.c b/sysdeps/m68k/fpu/s_ccosf.c new file mode 100644 index 0000000..f5e8a41 --- /dev/null +++ b/sysdeps/m68k/fpu/s_ccosf.c @@ -0,0 +1,3 @@ +#define SUFF f +#define float_type float +#include