1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-12-24 17:51:17 +03:00

m68k specific complex cosine implementation for float.

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

View File

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