m68k specific complex sine implementation for float.

This commit is contained in:
Ulrich Drepper 1997-05-07 15:27:51 +00:00
parent 29b12174ee
commit 290960f758
1 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1,3 @@
#define SUFF f
#define float_type float
#include <s_csin.c>