m68k specific implementation for cexp for long double.

This commit is contained in:
Ulrich Drepper 1997-04-02 14:45:25 +00:00
parent 4a3b70258e
commit b2b29a2638
1 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1,4 @@
#define SUFF l
#define huge_val HUGE_VALL
#define float_type long double
#include <s_cexp.c>