about summary refs log tree commit diff
path: root/sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt_compat.S
blob: 1ccac19e290422083e4f3fb8c6fdc0a3e416365c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#include <sparc-ifunc.h>

SPARC_ASM_VIS3_IFUNC(sqrt)

weak_alias (__sqrt, sqrt)

# undef weak_alias
# define weak_alias(a, b)

#define __sqrt __sqrt_generic

#include "../w_sqrt_compat.S"