about summary refs log tree commit diff
path: root/sysdeps/powerpc/powerpc32/fpu/multiarch/s_logbl-c.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/powerpc/powerpc32/fpu/multiarch/s_logbl-c.c')
-rw-r--r--sysdeps/powerpc/powerpc32/fpu/multiarch/s_logbl-c.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/sysdeps/powerpc/powerpc32/fpu/multiarch/s_logbl-c.c b/sysdeps/powerpc/powerpc32/fpu/multiarch/s_logbl-c.c
new file mode 100644
index 0000000000..1fc965b893
--- /dev/null
+++ b/sysdeps/powerpc/powerpc32/fpu/multiarch/s_logbl-c.c
@@ -0,0 +1,7 @@
+#include <math.h>
+#include <math_private.h>
+#include <math_ldbl_opt.h>
+
+#define __logbl __logbl_ppc32
+
+#include <sysdeps/ieee754/ldbl-128ibm/s_logbl.c>