Update copyright notices with scripts/update-copyrights
[glibc.git] / sysdeps / sparc / sparc32 / sparcv9 / fpu / multiarch / s_rint.S
blobde893faebff91cf1cc8a07a1b497a19b352816cc
1 #include <sparc-ifunc.h>
2 #include <math_ldbl_opt.h>
4 SPARC_ASM_VIS3_IFUNC(rint)
6 weak_alias (__rint, rint)
8 #if LONG_DOUBLE_COMPAT(libm, GLIBC_2_0)
9 compat_symbol (libm, __rint, rintl, GLIBC_2_0)
10 #endif
12 # undef weak_alias
13 # define weak_alias(a, b)
14 # undef compat_symbol
15 # define compat_symbol(a, b, c, d)
17 #define __rint __rint_generic
19 #include "../s_rint.S"