summaryrefslogtreecommitdiff
path: root/sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S
blob: daa91579c430ff8cf2443e45ff0b04cee2d66b43 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#include <sparc-ifunc.h>

SPARC_ASM_VIS3_IFUNC(fmaxf)

weak_alias (__fmaxf, fmaxf)

# undef weak_alias
# define weak_alias(a, b)

#define __fmaxf __fmaxf_generic

#include "../s_fmaxf.S"