summaryrefslogtreecommitdiff
path: root/sysdeps/ieee754/float128/s_f32divf128.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/ieee754/float128/s_f32divf128.c')
-rw-r--r--sysdeps/ieee754/float128/s_f32divf128.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/sysdeps/ieee754/float128/s_f32divf128.c b/sysdeps/ieee754/float128/s_f32divf128.c
new file mode 100644
index 0000000000..de8d252e80
--- /dev/null
+++ b/sysdeps/ieee754/float128/s_f32divf128.c
@@ -0,0 +1,6 @@
+#define f32divf64x __hide_f32divf64x
+#define f32divf128 __hide_f32divf128
+#include <float128_private.h>
+#undef f32divf64x
+#undef f32divf128
+#include "../ldbl-128/s_fdivl.c"