m68k specific complex cosine implementation for long double.

This commit is contained in:
Ulrich Drepper 1997-05-07 15:27:27 +00:00
parent fc2cf9ae39
commit 46a66e25c6

View file

@ -0,0 +1,3 @@
#define SUFF l
#define float_type long double
#include <s_ccos.c>