diff options
Diffstat (limited to 'sysdeps/m68k/m680x0/fpu/e_asinl.c')
-rw-r--r-- | sysdeps/m68k/m680x0/fpu/e_asinl.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sysdeps/m68k/m680x0/fpu/e_asinl.c b/sysdeps/m68k/m680x0/fpu/e_asinl.c new file mode 100644 index 0000000000..0c136f30eb --- /dev/null +++ b/sysdeps/m68k/m680x0/fpu/e_asinl.c @@ -0,0 +1,3 @@ +#define FUNC __ieee754_asinl +#define FUNC_FINITE __asinl_finite +#include <e_acosl.c> |