From ffe33322dbf8ecfea8c61b68c1d1121cb166ec82 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Mon, 21 Apr 1997 11:37:48 +0000 Subject: [PATCH] m68k specific optimized version of sincos for float. --- sysdeps/m68k/fpu/s_sincosf.c | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sysdeps/m68k/fpu/s_sincosf.c diff --git a/sysdeps/m68k/fpu/s_sincosf.c b/sysdeps/m68k/fpu/s_sincosf.c new file mode 100644 index 0000000..7ee2ec6 --- /dev/null +++ b/sysdeps/m68k/fpu/s_sincosf.c @@ -0,0 +1,3 @@ +#define FUNC sincosf +#define float_type float +#include -- 2.7.4