about summary refs log tree commit diff
path: root/sysdeps/powerpc/powerpc32/fpu/multiarch/s_ceil-ppc32.S
blob: d69b921b70163b9a93db0cde70a4a4f6c6e97ec9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
#include <sysdep.h>
#include <math_ldbl_opt.h>

#undef weak_alias
#define weak_alias(a,b)
#undef strong_alias
#define strong_alias(a,b)
#undef compat_symbol
#define compat_symbol(a,b,c,d)

#define __ceil __ceil_ppc32

#include <sysdeps/powerpc/powerpc32/fpu/s_ceil.S>