summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorenge <enge@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2012-07-23 14:07:57 +0000
committerenge <enge@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2012-07-23 14:07:57 +0000
commit929c87b9ce64a623a48d5c0f2b8987f19571a040 (patch)
tree4cd77ffb444a03d23c03437932e88a4e564789ce
parent89090be0373878ed70288733b455d481cc9674bd (diff)
downloadmpc-929c87b9ce64a623a48d5c0f2b8987f19571a040.tar.gz
removed further small workaround for mpfr<3
git-svn-id: svn://scm.gforge.inria.fr/svn/mpc/trunk@1248 211d60ee-9f03-0410-a15a-8952a2c7a4e4
-rw-r--r--TODO10
-rw-r--r--src/mpc.h5
2 files changed, 4 insertions, 11 deletions
diff --git a/TODO b/TODO
index df70e2e..ad9d306 100644
--- a/TODO
+++ b/TODO
@@ -1,14 +1,12 @@
+From Andreas Enge 23 July 2012:
+go through tests and move them to the data files if possible
+(see, for instance, tcos.c)
+
From Andreas Enge 31 August 2011:
implement mul_karatsuba with three multiplications at precision around p,
instead of two at precision 2*p and one at precision p
requires analysis of error propagation
-From Andreas Enge 30 August 2011:
-As soon as dependent on mpfr>=3, remove auxiliary functions from
-get_version.c and update mpc.h.
-Use MPFR_RND? instead of GMP_RND?, and remove workarounds for MPFR_RNDA from
-mpc-impl.h.
-
From Andreas Enge 05 July 2012:
Add support for rounding mode MPFR_RNDA.
diff --git a/src/mpc.h b/src/mpc.h
index 6f4adc7..8290642 100644
--- a/src/mpc.h
+++ b/src/mpc.h
@@ -24,11 +24,6 @@ along with this program. If not, see http://www.gnu.org/licenses/ .
#include "gmp.h"
#include "mpfr.h"
-/* Backwards compatibility with mpfr<3.0.0 */
-#ifndef mpfr_exp_t
-#define mpfr_exp_t mp_exp_t
-#endif
-
/* Define MPC version number */
#define MPC_VERSION_MAJOR 1
#define MPC_VERSION_MINOR 1