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)
This commit is contained in:
Patsy Griffin 2020-09-01 16:48:23 -04:00
parent 804200923d
commit 86a912c863
1 changed files with 3 additions and 3 deletions

View File

@ -1260,13 +1260,13 @@ Function: "j0_downward":
double: 2 double: 2
float: 4 float: 4
float128: 4 float128: 4
ldouble: 4 ldouble: 6
Function: "j0_towardzero": Function: "j0_towardzero":
double: 4 double: 4
float: 5 float: 5
float128: 2 float128: 4
ldouble: 5 ldouble: 6
Function: "j0_upward": Function: "j0_upward":
double: 4 double: 4