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:33:54 -0500
committerAdhemerval Zanella <azanella@linux.vnet.ibm.com>2013-12-13 15:33:54 -0500
commit5ccd5fc893ca027703d2d9747092ee25729223d9 (patch)
tree48dec59a4ea09f1ebeb344d0e9d5f87396a932d1 /ChangeLog
parent2568f3fa69bbf70d0bea457cb7cbbf3bee45bfe5 (diff)
downloadglibc-5ccd5fc893ca027703d2d9747092ee25729223d9.tar.gz
glibc-5ccd5fc893ca027703d2d9747092ee25729223d9.tar.xz
glibc-5ccd5fc893ca027703d2d9747092ee25729223d9.zip
PowerPC: multiarch llrint/lrint for PowerPC64
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f730fcaed4..783099968c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,17 @@
 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
 
+	* sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint and
+	lrint multiarch implementation.
+	* sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power6x.S: New
+	file.
+	* sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-ppc64.S: New file.
+	* sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c: New file:
+	multiarch llrint for PPC64.
+	* sysdeps/powerpc/powerpc64/fpu/multiarch/s_lrint.c: New file:
+	multiarch lrint for PPC64.
+
+2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
+
 	* sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add copysign/
 	copysignf multiarch implementation.
 	* sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-power6.S: New