about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2017-06-23 20:23:26 +0000
committerJoseph Myers <joseph@codesourcery.com>2017-06-23 20:23:26 +0000
commit06a5b8f7994c241dccfaebd5c08c3e06a2dedb8f (patch)
tree31819b0b710bdcc79fa17df9cb980312114387f6 /ChangeLog
parent48273d42bc0689d6e8e79c1750a62f6bc3721307 (diff)
downloadglibc-06a5b8f7994c241dccfaebd5c08c3e06a2dedb8f.tar.gz
glibc-06a5b8f7994c241dccfaebd5c08c3e06a2dedb8f.tar.xz
glibc-06a5b8f7994c241dccfaebd5c08c3e06a2dedb8f.zip
Update x86 ulps for GCC 7.
Testing with GCC 7 for 32-bit x86 showed some ulps differences,
presumably from variation in when values with excess precision get
spilled to the stack and so lose that precision.  This patch updates
the libm-test-ulps files accordingly.

	* sysdeps/i386/fpu/libm-test-ulps: Update.
	* sysdeps/i386/i686/fpu/multiarch/libm-test-ulps: Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 464e65d101..53b141b51d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2017-06-23  Joseph Myers  <joseph@codesourcery.com>
 
+	* sysdeps/i386/fpu/libm-test-ulps: Update.
+	* sysdeps/i386/i686/fpu/multiarch/libm-test-ulps: Likewise.
+
 	* libm-test-support.c (check_float_internal): Clear exceptions at
 	end of function.
 	(check_int): Likewise.