diff options
author | vlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4> | 2020-03-25 19:39:40 +0000 |
---|---|---|
committer | vlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4> | 2020-03-25 19:39:40 +0000 |
commit | 013b4a56378071f5bc2832b285bf53071d55d451 (patch) | |
tree | 66dcc0ee92c604b2b3d47a9a360c028b3a55a2f3 /tests | |
parent | 01f4af66d75182258d758d47ce92b1541d5d8857 (diff) | |
download | mpfr-013b4a56378071f5bc2832b285bf53071d55d451.tar.gz |
[tests/tfma.c] Changed a RND_LOOP to RND_LOOP_NO_RNDF as the behavior
with RNDF changed after a bug fix.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@13812 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'tests')
-rw-r--r-- | tests/tfma.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tfma.c b/tests/tfma.c index 37c9a934d..aec26e137 100644 --- a/tests/tfma.c +++ b/tests/tfma.c @@ -664,7 +664,7 @@ test_underflow3 (int n) Note: The purpose of the s * 2^(emin-7) term is to yield double rounding when scaling for k = 4, s != 0, MPFR_RNDN. */ - RND_LOOP (rnd) + RND_LOOP_NO_RNDF (rnd) { mpfr_clear_flags (); inex1 = mpfr_set_si_2exp (t1, sign * (8*k+s-64), e-6, |