summaryrefslogtreecommitdiff
path: root/libc/sysdeps/x86_64/fpu/multiarch/s_ceilf-c.c
diff options
context:
space:
mode:
Diffstat (limited to 'libc/sysdeps/x86_64/fpu/multiarch/s_ceilf-c.c')
-rw-r--r--libc/sysdeps/x86_64/fpu/multiarch/s_ceilf-c.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libc/sysdeps/x86_64/fpu/multiarch/s_ceilf-c.c b/libc/sysdeps/x86_64/fpu/multiarch/s_ceilf-c.c
new file mode 100644
index 000000000..229a6273b
--- /dev/null
+++ b/libc/sysdeps/x86_64/fpu/multiarch/s_ceilf-c.c
@@ -0,0 +1,2 @@
+#define __ceilf __ceilf_c
+#include <sysdeps/ieee754/flt-32/s_ceilf.c>