public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
* [COMMITTED][PATCH] S390: Regenerate ULPs.
@ 2018-04-05 14:27 Stefan Liebler
  0 siblings, 0 replies; 3+ messages in thread
From: Stefan Liebler @ 2018-04-05 14:27 UTC (permalink / raw)
  To: GNU C Library

[-- Attachment #1: Type: text/plain, Size: 225 bytes --]

Hi,

Updated ulps after recent commit
"[PATCH 1/7] sin/cos slow paths: avoid slow paths for small inputs"
(19a8b9a300f2f1f0012aff0f2b70b09430f50d9e).

Bye.
Stefan

ChangeLog:

	* sysdeps/s390/fpu/libm-test-ulps: Regenerated.

[-- Attachment #2: 20180405_s390_math_ulps.patch --]
[-- Type: text/x-patch, Size: 1281 bytes --]

commit db9e55ff3620865571a87f6677a15bb28769249e
Author: Stefan Liebler <stli@linux.vnet.ibm.com>
Date:   Thu Apr 5 16:20:03 2018 +0200

    S390: Regenerate ULPs.
    
    Updated ulps after recent commit
    "[PATCH 1/7] sin/cos slow paths: avoid slow paths for small inputs"
    (19a8b9a300f2f1f0012aff0f2b70b09430f50d9e).
    
    ChangeLog:
    
    	* sysdeps/s390/fpu/libm-test-ulps: Regenerated.

diff --git a/ChangeLog b/ChangeLog
index c36b56a..17506be 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2018-04-05  Stefan Liebler  <stli@linux.vnet.ibm.com>
+
+	* sysdeps/s390/fpu/libm-test-ulps: Regenerated.
+
 2018-04-05  Florian Weimer  <fweimer@redhat.com>
 
 	* manual/examples/mbstouwcs.c (mbstouwcs): Fix loop termination,
diff --git a/sysdeps/s390/fpu/libm-test-ulps b/sysdeps/s390/fpu/libm-test-ulps
index 4641008..fec59c7 100644
--- a/sysdeps/s390/fpu/libm-test-ulps
+++ b/sysdeps/s390/fpu/libm-test-ulps
@@ -1006,6 +1006,8 @@ ildouble: 2
 ldouble: 2
 
 Function: "cos":
+double: 1
+idouble: 1
 ildouble: 1
 ldouble: 1
 
@@ -1930,6 +1932,8 @@ ildouble: 2
 ldouble: 2
 
 Function: "sin":
+double: 1
+idouble: 1
 ildouble: 1
 ldouble: 1
 
@@ -1952,6 +1956,8 @@ ildouble: 3
 ldouble: 3
 
 Function: "sincos":
+double: 1
+idouble: 1
 ildouble: 1
 ldouble: 1
 

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [COMMITTED][PATCH] S390: Regenerate ULPs.
@ 2018-02-22  8:43 Stefan Liebler
  0 siblings, 0 replies; 3+ messages in thread
From: Stefan Liebler @ 2018-02-22  8:43 UTC (permalink / raw)
  To: GNU C Library

[-- Attachment #1: Type: text/plain, Size: 253 bytes --]

Hi,

after regenerating ULPs from scratch in
commit 8e7196c8759287a3e4c882e3c7cf32ddc322df8a, I've missed
to test it with multiple gcc versions.  Hence, here is a further update.

Bye
Stefan

ChangeLog:

	* sysdeps/s390/fpu/libm-test-ulps: Regenerated.

[-- Attachment #2: 20180222_ulps.patch --]
[-- Type: text/x-patch, Size: 1449 bytes --]

commit 6e33647646aba76ff58ecf5012e81ab5c23e9087
Author: Stefan Liebler <stli@linux.vnet.ibm.com>
Date:   Thu Feb 22 09:13:22 2018 +0100

    S390: Regenerate ULPs.
    
    After regenerating ULPs from scratch in
    commit 8e7196c8759287a3e4c882e3c7cf32ddc322df8a, I've missed
    to test it with multiple gcc versions.  Hence, here is a further update.
    
    ChangeLog:
    
    	* sysdeps/s390/fpu/libm-test-ulps: Regenerated.

diff --git a/ChangeLog b/ChangeLog
index 3dbdbd4..7db1d4f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2018-02-22  Stefan Liebler  <stli@linux.vnet.ibm.com>
+
+	* sysdeps/s390/fpu/libm-test-ulps: Regenerated.
+
 2018-02-21  Zack Weinberg  <zackw@panix.com>
 
 	* libio/libio.h (_IO_pos_BAD, _IO_pos_0, _IO_pos_adjust):
diff --git a/sysdeps/s390/fpu/libm-test-ulps b/sysdeps/s390/fpu/libm-test-ulps
index 11d7831..4641008 100644
--- a/sysdeps/s390/fpu/libm-test-ulps
+++ b/sysdeps/s390/fpu/libm-test-ulps
@@ -40,9 +40,9 @@ ildouble: 2
 ldouble: 2
 
 Function: "acosh_downward":
-double: 1
+double: 2
 float: 2
-idouble: 1
+idouble: 2
 ifloat: 2
 ildouble: 3
 ldouble: 3
@@ -1317,9 +1317,9 @@ ldouble: 3
 
 Function: Imaginary part of "ctan":
 double: 2
-float: 1
+float: 2
 idouble: 2
-ifloat: 1
+ifloat: 2
 ildouble: 3
 ldouble: 3
 
@@ -1365,9 +1365,9 @@ ldouble: 5
 
 Function: Imaginary part of "ctan_upward":
 double: 2
-float: 1
+float: 2
 idouble: 2
-ifloat: 1
+ifloat: 2
 ildouble: 5
 ldouble: 5
 

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [COMMITTED][PATCH] S390: Regenerate ULPs.
@ 2018-02-15  9:51 Stefan Liebler
  0 siblings, 0 replies; 3+ messages in thread
From: Stefan Liebler @ 2018-02-15  9:51 UTC (permalink / raw)
  To: GNU C Library

[-- Attachment #1: Type: text/plain, Size: 137 bytes --]

Regenerated ulps file from scratch due to recent pow changes.

Bye,
Stefan

ChangeLog:

	* sysdeps/s390/fpu/libm-test-ulps: Regenerated.

[-- Attachment #2: 20180215_ulps.patch --]
[-- Type: text/x-patch, Size: 4380 bytes --]

commit 8bc7acb3908ba4d5a5e332ab2028932cb8134cfb
Author: Stefan Liebler <stli@linux.vnet.ibm.com>
Date:   Thu Feb 15 08:18:13 2018 +0100

    S390: Regenerate ULPs.
    
    Regenerated ulps file from scratch due to recent pow changes.
    
    ChangeLog:
    
            * sysdeps/s390/fpu/libm-test-ulps: Regenerated.

diff --git a/sysdeps/s390/fpu/libm-test-ulps b/sysdeps/s390/fpu/libm-test-ulps
index 781f46f..11d7831 100644
--- a/sysdeps/s390/fpu/libm-test-ulps
+++ b/sysdeps/s390/fpu/libm-test-ulps
@@ -40,9 +40,9 @@ ildouble: 2
 ldouble: 2
 
 Function: "acosh_downward":
-double: 2
+double: 1
 float: 2
-idouble: 2
+idouble: 1
 ifloat: 2
 ildouble: 3
 ldouble: 3
@@ -769,9 +769,9 @@ ldouble: 1
 
 Function: Real part of "ccosh_downward":
 double: 1
-float: 3
+float: 2
 idouble: 1
-ifloat: 3
+ifloat: 2
 ildouble: 2
 ldouble: 2
 
@@ -1006,32 +1006,24 @@ ildouble: 2
 ldouble: 2
 
 Function: "cos":
-float: 1
-ifloat: 1
 ildouble: 1
 ldouble: 1
 
 Function: "cos_downward":
 double: 1
-float: 2
 idouble: 1
-ifloat: 2
 ildouble: 3
 ldouble: 3
 
 Function: "cos_towardzero":
 double: 1
-float: 1
 idouble: 1
-ifloat: 1
 ildouble: 1
 ldouble: 1
 
 Function: "cos_upward":
 double: 1
-float: 2
 idouble: 1
-ifloat: 2
 ildouble: 2
 ldouble: 2
 
@@ -1205,9 +1197,9 @@ ldouble: 1
 
 Function: Real part of "csinh_downward":
 double: 2
-float: 2
+float: 1
 idouble: 2
-ifloat: 2
+ifloat: 1
 ildouble: 2
 ldouble: 2
 
@@ -1325,9 +1317,9 @@ ldouble: 3
 
 Function: Imaginary part of "ctan":
 double: 2
-float: 2
+float: 1
 idouble: 2
-ifloat: 2
+ifloat: 1
 ildouble: 3
 ldouble: 3
 
@@ -1373,9 +1365,9 @@ ldouble: 5
 
 Function: Imaginary part of "ctan_upward":
 double: 2
-float: 3
+float: 1
 idouble: 2
-ifloat: 3
+ifloat: 1
 ildouble: 5
 ldouble: 5
 
@@ -1429,9 +1421,9 @@ ldouble: 3
 
 Function: Real part of "ctanh_upward":
 double: 2
-float: 3
+float: 2
 idouble: 2
-ifloat: 3
+ifloat: 2
 ildouble: 5
 ldouble: 5
 
@@ -1508,8 +1500,6 @@ ildouble: 5
 ldouble: 5
 
 Function: "exp":
-float: 1
-ifloat: 1
 ildouble: 1
 ldouble: 1
 
@@ -1545,25 +1535,19 @@ ldouble: 3
 
 Function: "exp2":
 double: 1
-float: 1
 idouble: 1
-ifloat: 1
 ildouble: 1
 ldouble: 1
 
 Function: "exp2_downward":
 double: 1
-float: 1
 idouble: 1
-ifloat: 1
 ildouble: 1
 ldouble: 1
 
 Function: "exp2_towardzero":
 double: 1
-float: 1
 idouble: 1
-ifloat: 1
 ildouble: 1
 ldouble: 1
 
@@ -1627,9 +1611,9 @@ ldouble: 3
 
 Function: "gamma":
 double: 3
-float: 4
+float: 3
 idouble: 3
-ifloat: 4
+ifloat: 3
 ildouble: 5
 ldouble: 5
 
@@ -1779,9 +1763,9 @@ ldouble: 7
 
 Function: "lgamma":
 double: 3
-float: 4
+float: 3
 idouble: 3
-ifloat: 4
+ifloat: 3
 ildouble: 5
 ldouble: 5
 
@@ -1810,8 +1794,6 @@ ildouble: 8
 ldouble: 8
 
 Function: "log":
-float: 1
-ifloat: 1
 ildouble: 1
 ldouble: 1
 
@@ -1833,9 +1815,9 @@ ldouble: 1
 
 Function: "log10_towardzero":
 double: 2
-float: 2
+float: 1
 idouble: 2
-ifloat: 2
+ifloat: 1
 ildouble: 1
 ldouble: 1
 
@@ -1889,51 +1871,37 @@ ldouble: 2
 
 Function: "log2_downward":
 double: 3
-float: 3
 idouble: 3
-ifloat: 3
 ildouble: 3
 ldouble: 3
 
 Function: "log2_towardzero":
 double: 2
-float: 2
 idouble: 2
-ifloat: 2
 ildouble: 1
 ldouble: 1
 
 Function: "log2_upward":
 double: 3
-float: 3
 idouble: 3
-ifloat: 3
 ildouble: 1
 ldouble: 1
 
 Function: "log_downward":
-float: 2
-ifloat: 2
 ildouble: 1
 ldouble: 1
 
 Function: "log_towardzero":
-float: 2
-ifloat: 2
 ildouble: 2
 ldouble: 2
 
 Function: "log_upward":
-double: 1
-float: 2
-idouble: 1
-ifloat: 2
 ildouble: 1
 ldouble: 1
 
 Function: "pow":
-float: 1
-ifloat: 1
+double: 1
+idouble: 1
 ildouble: 2
 ldouble: 2
 
@@ -1962,62 +1930,46 @@ ildouble: 2
 ldouble: 2
 
 Function: "sin":
-float: 1
-ifloat: 1
 ildouble: 1
 ldouble: 1
 
 Function: "sin_downward":
 double: 1
-float: 2
 idouble: 1
-ifloat: 2
 ildouble: 3
 ldouble: 3
 
 Function: "sin_towardzero":
 double: 1
-float: 1
 idouble: 1
-ifloat: 1
 ildouble: 2
 ldouble: 2
 
 Function: "sin_upward":
 double: 1
-float: 2
 idouble: 1
-ifloat: 2
 ildouble: 3
 ldouble: 3
 
 Function: "sincos":
-float: 1
-ifloat: 1
 ildouble: 1
 ldouble: 1
 
 Function: "sincos_downward":
 double: 1
-float: 2
 idouble: 1
-ifloat: 2
 ildouble: 3
 ldouble: 3
 
 Function: "sincos_towardzero":
 double: 1
-float: 1
 idouble: 1
-ifloat: 1
 ildouble: 2
 ldouble: 2
 
 Function: "sincos_upward":
 double: 1
-float: 2
 idouble: 1
-ifloat: 2
 ildouble: 3
 ldouble: 3
 

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-04-05 14:27 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-05 14:27 [COMMITTED][PATCH] S390: Regenerate ULPs Stefan Liebler
  -- strict thread matches above, loose matches on Subject: below --
2018-02-22  8:43 Stefan Liebler
2018-02-15  9:51 Stefan Liebler

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).