mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-21 12:30:06 +00:00
Adjust new narrowing div/mul tests for IBM long double, update powerpc ULPs
Testing for powerpc shows some of the new narrowing div/mul tests need XFAILing for IBM long double and some ULPs updates are needed for those tests.
This commit is contained in:
parent
ed05f7dded
commit
4eff749e8f
@ -4876,14 +4876,14 @@ div 0x1p-126 0x1.0000001p0
|
|||||||
div 0x1p-126 -0x1.0000001p0
|
div 0x1p-126 -0x1.0000001p0
|
||||||
div -0x1p-126 0x1.0000001p0
|
div -0x1p-126 0x1.0000001p0
|
||||||
div -0x1p-126 -0x1.0000001p0
|
div -0x1p-126 -0x1.0000001p0
|
||||||
div 0x1p-1022 0x1.00000000000001p0
|
div 0x1p-1022 0x1.00000000000001p0 missing-underflow:arg-ibm128
|
||||||
div 0x1p-1022 -0x1.00000000000001p0
|
div 0x1p-1022 -0x1.00000000000001p0 missing-underflow:arg-ibm128
|
||||||
div -0x1p-1022 0x1.00000000000001p0
|
div -0x1p-1022 0x1.00000000000001p0 missing-underflow:arg-ibm128
|
||||||
div -0x1p-1022 -0x1.00000000000001p0
|
div -0x1p-1022 -0x1.00000000000001p0 missing-underflow:arg-ibm128
|
||||||
div 0x1p-16382 0x1.00000000000000001p0
|
div 0x1p-16382 0x1.00000000000000001p0 missing-underflow:arg-ibm128 xfail-rounding:ibm128-libgcc
|
||||||
div 0x1p-16382 -0x1.00000000000000001p0
|
div 0x1p-16382 -0x1.00000000000000001p0 missing-underflow:arg-ibm128 xfail-rounding:ibm128-libgcc
|
||||||
div -0x1p-16382 0x1.00000000000000001p0
|
div -0x1p-16382 0x1.00000000000000001p0 missing-underflow:arg-ibm128 xfail-rounding:ibm128-libgcc
|
||||||
div -0x1p-16382 -0x1.00000000000000001p0
|
div -0x1p-16382 -0x1.00000000000000001p0 missing-underflow:arg-ibm128 xfail-rounding:ibm128-libgcc
|
||||||
|
|
||||||
erf 0
|
erf 0
|
||||||
erf -0
|
erf -0
|
||||||
@ -6666,14 +6666,14 @@ mul 0x0.ffffff8p-126 0x1.0000001p0
|
|||||||
mul 0x0.ffffff8p-126 -0x1.0000001p0
|
mul 0x0.ffffff8p-126 -0x1.0000001p0
|
||||||
mul -0x0.ffffff8p-126 0x1.0000001p0
|
mul -0x0.ffffff8p-126 0x1.0000001p0
|
||||||
mul -0x0.ffffff8p-126 -0x1.0000001p0
|
mul -0x0.ffffff8p-126 -0x1.0000001p0
|
||||||
mul 0x0.fffffffffffffcp-1022 0x1.00000000000001p0
|
mul 0x0.fffffffffffffcp-1022 0x1.00000000000001p0 missing-underflow:arg-ibm128
|
||||||
mul 0x0.fffffffffffffcp-1022 -0x1.00000000000001p0
|
mul 0x0.fffffffffffffcp-1022 -0x1.00000000000001p0 missing-underflow:arg-ibm128
|
||||||
mul -0x0.fffffffffffffcp-1022 0x1.00000000000001p0
|
mul -0x0.fffffffffffffcp-1022 0x1.00000000000001p0 missing-underflow:arg-ibm128
|
||||||
mul -0x0.fffffffffffffcp-1022 -0x1.00000000000001p0
|
mul -0x0.fffffffffffffcp-1022 -0x1.00000000000001p0 missing-underflow:arg-ibm128
|
||||||
mul 0x0.ffffffffffffffff8p-16382 0x1.00000000000000001p0
|
mul 0x0.ffffffffffffffff8p-16382 0x1.00000000000000001p0 missing-underflow:arg-ibm128
|
||||||
mul 0x0.ffffffffffffffff8p-16382 -0x1.00000000000000001p0
|
mul 0x0.ffffffffffffffff8p-16382 -0x1.00000000000000001p0 missing-underflow:arg-ibm128
|
||||||
mul -0x0.ffffffffffffffff8p-16382 0x1.00000000000000001p0
|
mul -0x0.ffffffffffffffff8p-16382 0x1.00000000000000001p0 missing-underflow:arg-ibm128
|
||||||
mul -0x0.ffffffffffffffff8p-16382 -0x1.00000000000000001p0
|
mul -0x0.ffffffffffffffff8p-16382 -0x1.00000000000000001p0 missing-underflow:arg-ibm128
|
||||||
|
|
||||||
pow 0 0
|
pow 0 0
|
||||||
pow 0 -0
|
pow 0 -0
|
||||||
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -1103,6 +1103,9 @@ ldouble: 10
|
|||||||
Function: "div_ldouble":
|
Function: "div_ldouble":
|
||||||
float: 1
|
float: 1
|
||||||
|
|
||||||
|
Function: "div_towardzero_ldouble":
|
||||||
|
double: 1
|
||||||
|
|
||||||
Function: "erf":
|
Function: "erf":
|
||||||
double: 1
|
double: 1
|
||||||
float: 1
|
float: 1
|
||||||
|
Loading…
Reference in New Issue
Block a user