diff options
author | Joseph Myers <joseph@codesourcery.com> | 2017-06-23 20:23:26 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2017-06-23 20:23:26 +0000 |
commit | 06a5b8f7994c241dccfaebd5c08c3e06a2dedb8f (patch) | |
tree | 31819b0b710bdcc79fa17df9cb980312114387f6 /ChangeLog | |
parent | 48273d42bc0689d6e8e79c1750a62f6bc3721307 (diff) | |
download | glibc-06a5b8f7994c241dccfaebd5c08c3e06a2dedb8f.zip glibc-06a5b8f7994c241dccfaebd5c08c3e06a2dedb8f.tar.gz glibc-06a5b8f7994c241dccfaebd5c08c3e06a2dedb8f.tar.bz2 |
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-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |