Update copyright notices with scripts/update-copyrights
[glibc.git] / sysdeps / sparc / sparc32 / sparcv9 / fpu / multiarch / s_ceilf.S
blob1c72a5728e93b5a0c77baaf0de70c62619e5195e
1 #include <sparc-ifunc.h>
3 SPARC_ASM_VIS3_VIS2_IFUNC(ceilf)
5 weak_alias (__ceilf, ceilf)
7 # undef weak_alias
8 # define weak_alias(a, b)
10 #define __ceilf __ceilf_generic
12 #include "../s_ceilf.S"