about summary refs log tree commit diff
path: root/sysdeps/powerpc/powerpc32/fpu/multiarch/s_ceilf-ppc32.S
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/powerpc/powerpc32/fpu/multiarch/s_ceilf-ppc32.S')
-rw-r--r--sysdeps/powerpc/powerpc32/fpu/multiarch/s_ceilf-ppc32.S9
1 files changed, 9 insertions, 0 deletions
diff --git a/sysdeps/powerpc/powerpc32/fpu/multiarch/s_ceilf-ppc32.S b/sysdeps/powerpc/powerpc32/fpu/multiarch/s_ceilf-ppc32.S
new file mode 100644
index 0000000000..5d81bb8141
--- /dev/null
+++ b/sysdeps/powerpc/powerpc32/fpu/multiarch/s_ceilf-ppc32.S
@@ -0,0 +1,9 @@
+#include <sysdep.h>
+#include <math_ldbl_opt.h>
+
+#undef weak_alias
+#define weak_alias(a,b)
+
+#define __ceilf __ceilf_ppc32
+
+#include <sysdeps/powerpc/powerpc32/fpu/s_ceilf.S>