summaryrefslogtreecommitdiff
path: root/acos.c
diff options
context:
space:
mode:
authorpelissip <pelissip@280ebfd0-de03-0410-8827-d642c229c3f4>2003-12-22 17:08:57 +0000
committerpelissip <pelissip@280ebfd0-de03-0410-8827-d642c229c3f4>2003-12-22 17:08:57 +0000
commitcefba2ec2d1121cbc5e528bee05f378e7e194aff (patch)
tree89abf26bd0f1b837a2633be84e62d73eabdba663 /acos.c
parent7f4badc6b497fc60648e2cef4fcebc4921243e21 (diff)
downloadmpfr-cefba2ec2d1121cbc5e528bee05f378e7e194aff.tar.gz
Disable sub1sp in add.c and in sub.c since it provides some bugs on spark (Log/acos/asin and atan tests failed but not tsub or tsub1sp).
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@2592 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'acos.c')
-rw-r--r--acos.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/acos.c b/acos.c
index 36ce2976d..70b3c598b 100644
--- a/acos.c
+++ b/acos.c
@@ -121,10 +121,10 @@ mpfr_acos (mpfr_ptr acos, mpfr_srcptr x, mp_rnd_t rnd_mode)
else
realprec += __gmpfr_ceil_log2 ((double) realprec);
- mpfr_clear (tmp);
- mpfr_clear (arcc);
- }
-
+ mpfr_clear (tmp);
+ mpfr_clear (arcc);
+ }
+
mpfr_clear (xp);
return inexact;
}