public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] Update i686 ulps.
@ 2020-09-02 14:06 Patsy Griffin
  2020-09-02 14:09 ` Carlos O'Donell
  0 siblings, 1 reply; 2+ messages in thread
From: Patsy Griffin @ 2020-09-02 14:06 UTC (permalink / raw)
  To: GNU C Library

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

Update i686 ulps.

Without this ULP patch these 3 tests fail on i686:
FAIL: math/test-float128-j0
FAIL: math/test-float64x-j0
FAIL: math/test-ldouble-j0

CPU info:
Vendor ID:                       GenuineIntel
CPU family:                      6
Model:                           85
Model name:                      Intel Xeon Processor (Cascadelake)

[-- Attachment #2: 0001-Update-i686-ulps.patch --]
[-- Type: text/x-patch, Size: 1059 bytes --]

From 93e259b4ed2527be5848636bed3fe1a2c6bb8830 Mon Sep 17 00:00:00 2001
From: Patsy Griffin <patsy@redhat.com>
Date: Tue, 1 Sep 2020 16:48:23 -0400
Subject: [PATCH] Update i686 ulps.

Without this ULP patch these 3 tests fail on i686:
FAIL: math/test-float128-j0
FAIL: math/test-float64x-j0
FAIL: math/test-ldouble-j0

CPU info:
Vendor ID:                       GenuineIntel
CPU family:                      6
Model:                           85
Model name:                      Intel Xeon Processor (Cascadelake)
---
 sysdeps/i386/fpu/libm-test-ulps | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/sysdeps/i386/fpu/libm-test-ulps b/sysdeps/i386/fpu/libm-test-ulps
index be30bbc66c..e914eb80e2 100644
--- a/sysdeps/i386/fpu/libm-test-ulps
+++ b/sysdeps/i386/fpu/libm-test-ulps
@@ -1260,13 +1260,13 @@ Function: "j0_downward":
 double: 2
 float: 4
 float128: 4
-ldouble: 4
+ldouble: 6
 
 Function: "j0_towardzero":
 double: 4
 float: 5
-float128: 2
-ldouble: 5
+float128: 4
+ldouble: 6
 
 Function: "j0_upward":
 double: 4
-- 
2.21.1


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

* Re: [PATCH] Update i686 ulps.
  2020-09-02 14:06 [PATCH] Update i686 ulps Patsy Griffin
@ 2020-09-02 14:09 ` Carlos O'Donell
  0 siblings, 0 replies; 2+ messages in thread
From: Carlos O'Donell @ 2020-09-02 14:09 UTC (permalink / raw)
  To: Patsy Griffin, GNU C Library

On 9/2/20 10:06 AM, Patsy Griffin via Libc-alpha wrote:
> Update i686 ulps.
> 
> Without this ULP patch these 3 tests fail on i686:
> FAIL: math/test-float128-j0
> FAIL: math/test-float64x-j0
> FAIL: math/test-ldouble-j0
> 
> CPU info:
> Vendor ID:                       GenuineIntel
> CPU family:                      6
> Model:                           85
> Model name:                      Intel Xeon Processor (Cascadelake)
> 

OK to commit.

Reviewed-by: Carlos O'Donell <carlos@redhat.com>

-- 
Cheers,
Carlos.


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

end of thread, other threads:[~2020-09-02 14:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-02 14:06 [PATCH] Update i686 ulps Patsy Griffin
2020-09-02 14:09 ` Carlos O'Donell

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).