]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - sysdeps/powerpc/fpu/e_hypot.c
Optimize libm
[thirdparty/glibc.git] / sysdeps / powerpc / fpu / e_hypot.c
index afbcc18e9eb1dbb78f0725cf9c3292ee6bfae02c..a8d67d875e14906a271cd23be7394a9805ea4c21 100644 (file)
@@ -115,3 +115,4 @@ __ieee754_hypot (double x, double y)
     }
   return __ieee754_sqrt (x * x + y * y);
 }
+strong_alias (__ieee754_hypot, __hypot_finite)