summaryrefslogtreecommitdiff
path: root/sysdeps/m68k/m680x0/fpu/e_atanhf.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/m68k/m680x0/fpu/e_atanhf.c')
-rw-r--r--sysdeps/m68k/m680x0/fpu/e_atanhf.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/sysdeps/m68k/m680x0/fpu/e_atanhf.c b/sysdeps/m68k/m680x0/fpu/e_atanhf.c
new file mode 100644
index 0000000000..cb464cbb7d
--- /dev/null
+++ b/sysdeps/m68k/m680x0/fpu/e_atanhf.c
@@ -0,0 +1,3 @@
+#define FUNC __ieee754_atanhf
+#define FUNC_FINITE __atanhf_finite
+#include <e_acosf.c>