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:38:01 -0500
committerAdhemerval Zanella <azanella@linux.vnet.ibm.com>2013-12-13 15:38:01 -0500
commit42fcb46ce6dae3a9a55176b4c82e5f07a41ca536 (patch)
treeaa996489cae2c6df993aeaeaaaf706589a098cf1 /ChangeLog
parent83efded42445e9684173b09a6244109d058ed2bd (diff)
downloadglibc-42fcb46ce6dae3a9a55176b4c82e5f07a41ca536.tar.gz
glibc-42fcb46ce6dae3a9a55176b4c82e5f07a41ca536.tar.xz
glibc-42fcb46ce6dae3a9a55176b4c82e5f07a41ca536.zip
PowerPC: multiarch hypot/hypotf for PowerPC64
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e44199c6df..b848b2b2ae 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,18 @@
 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
 
+	* sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add hypot and
+	hypotf multiarch implementations.
+	* sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-power7.c: New file.
+	* sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-ppc64.c: New file.
+	* sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot.c: New file:
+	multiarch hypot for PPC64.
+	* sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-power7.c: New file.
+	* sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-ppc64.c: New file.
+	* sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c : New file:
+	multiarch hypotf for PPC64.
+
+2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
+
 	* sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add modf and
 	modff multiarch implementations.
 	* sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-power5+.c: New file.