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

m68k specific complex sine implementation for long double.

This commit is contained in:
Ulrich Drepper
1997-05-07 15:28:03 +00:00
parent 290960f758
commit d607f9b1a4

View File

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