aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/x86/fpu/e_sqrtf128.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/x86/fpu/e_sqrtf128.c')
-rw-r--r--sysdeps/x86/fpu/e_sqrtf128.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sysdeps/x86/fpu/e_sqrtf128.c b/sysdeps/x86/fpu/e_sqrtf128.c
index d94122b79d..3eeb948727 100644
--- a/sysdeps/x86/fpu/e_sqrtf128.c
+++ b/sysdeps/x86/fpu/e_sqrtf128.c
@@ -28,6 +28,7 @@
#include <soft-fp.h>
#include <quad.h>
+#include <libm-alias-finite.h>
__float128
__ieee754_sqrtf128 (__float128 a)
@@ -44,4 +45,4 @@ __ieee754_sqrtf128 (__float128 a)
FP_HANDLE_EXCEPTIONS;
return r;
}
-strong_alias (__ieee754_sqrtf128, __sqrtf128_finite)
+libm_alias_finite (__ieee754_sqrtf128, __sqrtf128)