Update i686 ulps.

Message ID CAOraFgAt1z+Uj0NG7=-mSuijo1WXXWZsxLaswctjfGH7m+sUzA@mail.gmail.com
State Committed
Headers
Series Update i686 ulps. |

Commit Message

Patsy Griffin Sept. 2, 2020, 2:06 p.m. UTC
  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)
  

Comments

Carlos O'Donell Sept. 2, 2020, 2:09 p.m. UTC | #1
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>
  

Patch

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