diff options
author | pelissip <pelissip@280ebfd0-de03-0410-8827-d642c229c3f4> | 2003-12-22 17:08:57 +0000 |
---|---|---|
committer | pelissip <pelissip@280ebfd0-de03-0410-8827-d642c229c3f4> | 2003-12-22 17:08:57 +0000 |
commit | cefba2ec2d1121cbc5e528bee05f378e7e194aff (patch) | |
tree | 89abf26bd0f1b837a2633be84e62d73eabdba663 /acos.c | |
parent | 7f4badc6b497fc60648e2cef4fcebc4921243e21 (diff) | |
download | mpfr-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.c | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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; } |