summaryrefslogtreecommitdiff
path: root/sysdeps/i386/fpu/e_hypotf.S
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/i386/fpu/e_hypotf.S')
-rw-r--r--sysdeps/i386/fpu/e_hypotf.S3
1 files changed, 2 insertions, 1 deletions
diff --git a/sysdeps/i386/fpu/e_hypotf.S b/sysdeps/i386/fpu/e_hypotf.S
index 34a1384c99..ffc2a34888 100644
--- a/sysdeps/i386/fpu/e_hypotf.S
+++ b/sysdeps/i386/fpu/e_hypotf.S
@@ -19,6 +19,7 @@
#include <sysdep.h>
#include <i386-math-asm.h>
+#include <libm-alias-finite.h>
.text
ENTRY(__ieee754_hypotf)
@@ -61,4 +62,4 @@ ENTRY(__ieee754_hypotf)
jmp 2b
END(__ieee754_hypotf)
-strong_alias (__ieee754_hypotf, __hypotf_finite)
+libm_alias_finite (__ieee754_hypotf, __hypotf)