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 15:06:01 -0500
committerAdhemerval Zanella <azanella@linux.vnet.ibm.com>2013-12-13 15:06:01 -0500
commit59a3e194f75c4845b15caa1ae16b0264f9c7cf0c (patch)
tree07140bb20ddbf8f3124e11e8a204ea64fb89dd31 /ChangeLog
parent357fd3b40a59df16191df23439411c1342cc1ba5 (diff)
downloadglibc-59a3e194f75c4845b15caa1ae16b0264f9c7cf0c.tar.gz
glibc-59a3e194f75c4845b15caa1ae16b0264f9c7cf0c.tar.xz
glibc-59a3e194f75c4845b15caa1ae16b0264f9c7cf0c.zip
PowerPC: multiarch round/roundf for PowerPC64
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 972f7fa5a6..e6800972a7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,23 @@
 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
 
+	* sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add round/roundf
+	multiarch implementation.
+	* sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-power5+.S: New
+	file.
+	* sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-ppc64.S: New
+	file.
+	* sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-power5+.S: New
+	file.
+	* sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-ppc64.S: New
+	file.
+	multiarch llround for PPC64.
+	* sysdeps/powerpc/powerpc64/fpu/multiarch/s_round.c: New file:
+	multiarch round for PPC64.
+	* sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf.c: New file:
+	multiarch roundf for PPC64.
+
+2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
+
 	* sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add floor/floorf
 	multiarch implementation.
 	* sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-power5+.S: New