m68k specific optimized version of sincos for float.

This commit is contained in:
Ulrich Drepper 1997-04-21 11:37:48 +00:00
parent f119590d6c
commit ffe33322db

View File

@ -0,0 +1,3 @@
#define FUNC sincosf
#define float_type float
#include <s_sincos.c>