summaryrefslogtreecommitdiff
path: root/tests/tconst_log2.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tconst_log2.c')
-rw-r--r--tests/tconst_log2.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/tconst_log2.c b/tests/tconst_log2.c
index 905ca8607..81c19558f 100644
--- a/tests/tconst_log2.c
+++ b/tests/tconst_log2.c
@@ -40,11 +40,9 @@ check (mpfr_prec_t p0, mpfr_prec_t p1)
{
mpfr_set_prec (x, p0);
mpfr_set_prec (y, p0);
- RND_LOOP (i)
+ RND_LOOP_NO_RNDF (i)
{
mpfr_rnd_t rnd = (mpfr_rnd_t) i;
- if (rnd == MPFR_RNDF)
- continue; /* the test below makes no sense */
inex = mpfr_const_log2 (x, rnd);
inex_ref = mpfr_set (y, z, rnd);
if (! mpfr_can_round (z, mpfr_get_prec (z), MPFR_RNDN, rnd, p0))