about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2018-06-01 19:31:45 +0200
committerFlorian Weimer <fweimer@redhat.com>2018-06-01 19:32:18 +0200
commitd8c19275617496628966c624cbc930ce2048ed09 (patch)
tree01a06c5a4b0da06d17c55baca30a16e03fd6e38b /ChangeLog
parent0d2163ebf2fbedda09fdebe33243441d89f68b05 (diff)
downloadglibc-d8c19275617496628966c624cbc930ce2048ed09.tar.gz
glibc-d8c19275617496628966c624cbc930ce2048ed09.tar.xz
glibc-d8c19275617496628966c624cbc930ce2048ed09.zip
math: Update i686 ulps
The results are from building with “-march=x86-64 -mtune=generic
-mfpmath=sse” and running the testsuite on a Haswell-era CPU.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fdd92d0ffb..5669d943d2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2018-06-01  Florian Weimer  <fweimer@redhat.com>
+
+	* sysdeps/i386/i686/fpu/multiarch/libm-test-ulps: Update with
+	results from building with “-march=x86-64 -mtune=generic
+	-mfpmath=sse” and running on a Haswell-era CPU.
+
 2018-06-01  Joseph Myers  <joseph@codesourcery.com>
 
 	[BZ #18473]