]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - sysdeps/powerpc/fpu/e_hypotf.c
Optimize libm
[thirdparty/glibc.git] / sysdeps / powerpc / fpu / e_hypotf.c
index 02ad7732b9f4f71667763e38e88a8c6f61849fbb..915738c4d52c9d20b4c215db23ba76b6121d94d3 100644 (file)
@@ -116,3 +116,4 @@ __ieee754_hypotf (float x, float y)
     }
   return __ieee754_sqrtf (x * x + y * y);
 }
+strong_alias (__ieee754_hypotf, __hypotf_finite)