about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2006-01-21 19:41:11 +0000
committerRoland McGrath <roland@gnu.org>2006-01-21 19:41:11 +0000
commit5593c5ec785373f1a5a2f713da156182a38ff5dd (patch)
tree43fa99797269164d3adc9806989e0a4e780d7ca3 /ChangeLog
parent5e758ac3d362104e7ccd16913f42ee64e977edec (diff)
downloadglibc-5593c5ec785373f1a5a2f713da156182a38ff5dd.tar.gz
glibc-5593c5ec785373f1a5a2f713da156182a38ff5dd.tar.xz
glibc-5593c5ec785373f1a5a2f713da156182a38ff5dd.zip
* sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: New file.
	* sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: New file.
	* sysdeps/powerpc/fpu/bits/mathinline.h (__CPU_HAS_FSQRT): New macro.
	(__ieee754_sqrt, __ieee754_sqrtf): Use it.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 33a09f1850..a3cc377113 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2006-01-20  Jakub Jelinek  <jakub@redhat.com>
+
+	* sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: New file.
+	* sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: New file.
+	* sysdeps/powerpc/fpu/bits/mathinline.h (__CPU_HAS_FSQRT): New macro.
+	(__ieee754_sqrt, __ieee754_sqrtf): Use it.
+
 2006-01-21  Roland McGrath  <roland@redhat.com>
 
 	* time/time.h [__need_timespec et al]: Include <bits/types.h> here too.