m68k specific implementation for cexp for float.

This commit is contained in:
Ulrich Drepper 1997-04-02 14:45:13 +00:00
parent bc6dd76e40
commit 4a3b70258e

View File

@ -0,0 +1,4 @@
#define SUFF f
#define huge_val HUGE_VALF
#define float_type float
#include <s_cexp.c>