diff options
Diffstat (limited to 'sysdeps/m68k/m680x0/fpu/e_acosf.c')
-rw-r--r-- | sysdeps/m68k/m680x0/fpu/e_acosf.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sysdeps/m68k/m680x0/fpu/e_acosf.c b/sysdeps/m68k/m680x0/fpu/e_acosf.c new file mode 100644 index 0000000000..300fff601e --- /dev/null +++ b/sysdeps/m68k/m680x0/fpu/e_acosf.c @@ -0,0 +1,6 @@ +#ifndef FUNC +# define FUNC __ieee754_acosf +# define FUNC_FINITE __acosf_finite +#endif +#define float_type float +#include <e_acos.c> |