[Gmp-commit] /var/hg/gmp: Added FIXME comment to tune_mod_1.

mercurial at gmplib.org mercurial at gmplib.org
Mon Feb 28 22:38:02 CET 2011


details:   /var/hg/gmp/rev/ee6a1289b43a
changeset: 13946:ee6a1289b43a
user:      Niels M?ller <nisse at lysator.liu.se>
date:      Mon Feb 28 22:37:48 2011 +0100
description:
Added FIXME comment to tune_mod_1.

diffstat:

 tune/tuneup.c |  3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diffs (13 lines):

diff -r 2e4de8e0a51f -r ee6a1289b43a tune/tuneup.c
--- a/tune/tuneup.c	Mon Feb 28 22:21:52 2011 +0100
+++ b/tune/tuneup.c	Mon Feb 28 22:37:48 2011 +0100
@@ -1870,6 +1870,9 @@
       }
     method = (t1 < t2) ? 1 : 2;
     print_define ("MOD_1_1P_METHOD", method);
+
+    /* FIXME: Use this choice when tuning the thresholds below, except
+       if we have a native mod_1_1. */
   }
 
   if (UDIV_PREINV_ALWAYS)


More information about the gmp-commit mailing list