ubuntu-buildroot/output/build/glibc-2.36-81-g4f4d7a13edfd.../sysdeps/alpha/fpu/e_sqrtf.c

9 lines
250 B
C
Raw Normal View History

2024-04-01 15:19:46 +00:00
#include <shlib-compat.h>
#include <sysdeps/ieee754/flt-32/e_sqrtf.c>
#if SHLIB_COMPAT (libm, GLIBC_2_18, GLIBC_2_31)
strong_alias (__ieee754_sqrtf, __sqrtf_finite_2_18)
compat_symbol (libm, __sqrtf_finite_2_18, __sqrtf_finite, GLIBC_2_18);
#endif