[BZ #15666] alpha: Add __sqrt*_finite definitions
[glibc.git] / ports / sysdeps / alpha / fpu / e_sqrtf.c
blobad523f5cf256eb0de78616ea1207995b75c84afb
1 #include <shlib-compat.h>
3 #if SHLIB_COMPAT (libm, GLIBC_2_15, GLIBC_2_18)
4 # define __sqrtf_finite __sqrtf_finite1
5 #endif
7 #include <sysdeps/ieee754/flt-32/e_sqrtf.c>
9 /* Work around forgotten symbol in alphaev6 build. */
10 #if SHLIB_COMPAT (libm, GLIBC_2_15, GLIBC_2_18)
11 # undef __sqrtf_finite
12 compat_symbol (libm, __sqrtf_finite1, __sqrtf_finite, GLIBC_2_15);
13 versioned_symbol (libm, __ieee754_sqrtf, __sqrtf_finite, GLIBC_2_18);
14 #endif