about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAurelien Jarno <aurelien@aurel32.net>2015-12-13 22:55:34 +0100
committerAurelien Jarno <aurelien@aurel32.net>2015-12-20 16:36:45 +0100
commit5537f466d620552e7f24d52a9b97ced736d2abb1 (patch)
treee42c28925b9cb4b816e358b9d5cfb62d9e105af7 /ChangeLog
parent83d776f979342f923b5c3d2a5b43afab841c6086 (diff)
downloadglibc-5537f466d620552e7f24d52a9b97ced736d2abb1.tar.gz
glibc-5537f466d620552e7f24d52a9b97ced736d2abb1.tar.xz
glibc-5537f466d620552e7f24d52a9b97ced736d2abb1.zip
i386: move ULPs to i686/multiarch and regenerate new ones for i386
The i386 ULPs are actually the i686/multiarch ones. The i686/multiarch
float ULPs are more precise as the SSE2 version (when available) uses
double for the cosf and sinf functions.

On the other hand the higher precision of the x86 FPU improves the
precision for a few other math functions.

	* sysdeps/i386/fpu/libm-test-ulps: Move to ....
	* sysdeps/i386/i686/multiarch/fpu/libm-test-ulps: ...here.
	* sysdeps/i386/fpu/libm-test-ulps: Regenerate.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6b6bbd91c7..f226ce8fa7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2015-12-20  Aurelien Jarno  <aurelien@aurel32.net>
+
+       * sysdeps/i386/fpu/libm-test-ulps: Move to ....
+       * sysdeps/i386/i686/multiarch/fpu/libm-test-ulps: ...here.
+       * sysdeps/i386/fpu/libm-test-ulps: Regenerate.
+
 2015-12-19  Andrew Senkevich  <andrew.senkevich@intel.com>
 
 	* sysdeps/x86_64/multiarch/memset-avx512-no-vzeroupper.S: New file.