summaryrefslogtreecommitdiff
path: root/src/div.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/div.c')
-rw-r--r--src/div.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/div.c b/src/div.c
index 0e867834e..246be9e8c 100644
--- a/src/div.c
+++ b/src/div.c
@@ -281,10 +281,6 @@ mpfr_div (mpfr_ptr q, mpfr_srcptr u, mpfr_srcptr v, mpfr_rnd_t rnd_mode)
* *
**************************************************************************/
-#ifndef MPFR_DIV_THRESHOLD
-#define MPFR_DIV_THRESHOLD 23 /* near to optimal on a Core 2 Duo U9600 */
-#endif
-
if (MPFR_UNLIKELY(q0size >= MPFR_DIV_THRESHOLD &&
vsize >= MPFR_DIV_THRESHOLD))
{