Update copyright notices with scripts/update-copyrights
[glibc.git] / sysdeps / sparc / sparc32 / sparcv9 / fpu / multiarch / s_fmax.S
blobe9968604852c7acfb6f6bc86f5bf3546a1b94653
1 #include <sparc-ifunc.h>
2 #include <math_ldbl_opt.h>
4 SPARC_ASM_VIS3_IFUNC(fmax)
6 weak_alias (__fmax, fmax)
8 #if LONG_DOUBLE_COMPAT(libm, GLIBC_2_1)
9 compat_symbol (libm, __fmax, fmaxl, GLIBC_2_1);
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 __fmax __fmax_generic
19 #include "../s_fmax.S"