diff options
author | Adhemerval Zanella <azanella@linux.vnet.ibm.com> | 2011-11-11 13:33:38 -0500 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2011-11-11 13:33:38 -0500 |
commit | 8a6d525522b2fb04cec86b48c5b25818d395bbbd (patch) | |
tree | 34e9e7e8b6734ad4d57fa7d3e28d90722cdb329e /sysdeps/powerpc/fpu/e_sqrt.c | |
parent | 1d8f7ddc04a4782c1bf2d6f48ce40e7d57caa920 (diff) | |
download | glibc-8a6d525522b2fb04cec86b48c5b25818d395bbbd.tar.gz glibc-8a6d525522b2fb04cec86b48c5b25818d395bbbd.tar.xz glibc-8a6d525522b2fb04cec86b48c5b25818d395bbbd.zip |
PowerPC: Arithmetic function optimizations for POWER
Diffstat (limited to 'sysdeps/powerpc/fpu/e_sqrt.c')
-rw-r--r-- | sysdeps/powerpc/fpu/e_sqrt.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/powerpc/fpu/e_sqrt.c b/sysdeps/powerpc/fpu/e_sqrt.c index f9ded25717..d59bd08d5c 100644 --- a/sysdeps/powerpc/fpu/e_sqrt.c +++ b/sysdeps/powerpc/fpu/e_sqrt.c @@ -154,6 +154,7 @@ __slow_ieee754_sqrt (double x) return f_wash (x); } +#undef __ieee754_sqrt double __ieee754_sqrt (double x) { |