summaryrefslogtreecommitdiff
path: root/sysdeps/ieee754/ldbl-96/s_fromfpxl.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/ieee754/ldbl-96/s_fromfpxl.c')
-rw-r--r--sysdeps/ieee754/ldbl-96/s_fromfpxl.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/sysdeps/ieee754/ldbl-96/s_fromfpxl.c b/sysdeps/ieee754/ldbl-96/s_fromfpxl.c
new file mode 100644
index 0000000000..0a342a22d1
--- /dev/null
+++ b/sysdeps/ieee754/ldbl-96/s_fromfpxl.c
@@ -0,0 +1,5 @@
+#define UNSIGNED 0
+#define INEXACT 1
+#define FUNC __fromfpxl
+#include <s_fromfpl_main.c>
+libm_alias_ldouble (__fromfpx, fromfpx)