about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAdhemerval Zanella <azanella@linux.vnet.ibm.com>2013-12-13 14:56:09 -0500
committerAdhemerval Zanella <azanella@linux.vnet.ibm.com>2013-12-13 14:56:09 -0500
commitc24517c9dd9e92b4fa81e192967c63e56c1726e2 (patch)
treec5ac29b63aea9deef7f9d95e6455e17d43e43a3a /ChangeLog
parenta52374e82b90a6039c720f7b9b7dfa9db24ff4f0 (diff)
downloadglibc-c24517c9dd9e92b4fa81e192967c63e56c1726e2.tar.gz
glibc-c24517c9dd9e92b4fa81e192967c63e56c1726e2.tar.xz
glibc-c24517c9dd9e92b4fa81e192967c63e56c1726e2.zip
PowerPC: Cleaning up uneeded sqrt routines
For PPC64, all the wrappers at sysdeps are superfluous: they are
basically the same implementation from math/w_sqrt.c with the
'#ifdef _IEEE_LIBM'. And the power4 version just force the 'fsqrt'
instruction utilization with an inline assembly, which is already
handled by math_private.h __ieee754_sqrt implementation.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cf36980f19..26ed103b1d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
 
+	* sysdeps/powerpc/fpu/w_sqrt.c: Remove file
+	* sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
+	* sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
+	* sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
+
+2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
+
 	* sysdeps/powerpc/powerpc64/multiarch/Makefile: Add stpcpy
 	multiarch implementations.
 	* sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c