summaryrefslogtreecommitdiff
path: root/sysdeps/powerpc/powerpc32/fpu/multiarch/s_floor-ppc32.S
blob: 81068d5b98745baa5d5da27df2ee31e2b3f3b7b7 (plain)
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 __floor __floor_ppc32

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