From 584bae845e9821395371025d3dd4089b04803a94 Mon Sep 17 00:00:00 2001 From: Paul Zimmermann Date: Tue, 3 Mar 2020 13:02:11 +0100 Subject: reduced exponents of test so that it works with 32-bit exponents --- tests/div.dat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/div.dat b/tests/div.dat index e2c5cf5..00f372d 100644 --- a/tests/div.dat +++ b/tests/div.dat @@ -2485,4 +2485,4 @@ # example with exact division (0 -1) which works: 0 0 2 0 2 -1 2 -0x1p50450368 2 0x1p50450368 2 -0x1p50450368 2 -0x1p50450368 N N # same with larger exponents, which gives (0 -Inf) in revision 389c43d: -0 0 2 0 2 -1 2 -0x1p550450368 2 0x1p550450368 2 -0x1p550450368 2 -0x1p550450368 N N +0 0 2 0 2 -1 2 -0x1p536870910 2 0x1p536870910 2 -0x1p536870910 2 -0x1p536870910 N N -- cgit v1.2.1