about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorWilco Dijkstra <wdijkstr@arm.com>2015-07-06 12:43:31 +0100
committerWilco Dijkstra <wdijkstr@arm.com>2015-07-06 12:52:55 +0100
commit6471190491435c6ee819232f3eb71ad9638563cc (patch)
tree025c6ff7559986bbf5356b2c50fdeaed842995a2 /ChangeLog
parenta1b85e1d6c2fbd815818d50ba7060dd3771888e3 (diff)
downloadglibc-6471190491435c6ee819232f3eb71ad9638563cc.tar.gz
glibc-6471190491435c6ee819232f3eb71ad9638563cc.tar.xz
glibc-6471190491435c6ee819232f3eb71ad9638563cc.zip
Inline __ieee754_sqrt and __ieee754_sqrtf. Also add external definitions.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f057e9d868..0f5d45e55b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
 2015-07-06  Wilco Dijkstra  <wdijkstr@arm.com>
 
+	* sysdeps/aarch64/fpu/math_private.h (__ieee754_sqrt):
+	New function.  (__ieee754_sqrtf): New function.
+	* sysdeps/aarch64/fpu/e_sqrt.c (__ieee754_sqrt):
+	New function.
+	* sysdeps/aarch64/fpu/e_sqrtf.c (__ieee754_sqrtf):
+	New function.
+
+2015-07-06  Wilco Dijkstra  <wdijkstr@arm.com>
+
 	* sysdeps/ieee754/support.c: Remove unused file.
 
 2015-07-06  Szabolcs Nagy  <szabolcs.nagy@arm.com>