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