[Gmp-commit] /var/hg/gmp: SEC_MINVERT => SEC_INVERT

mercurial at gmplib.org mercurial at gmplib.org
Tue Jan 21 20:59:11 UTC 2014


details:   /var/hg/gmp/rev/05760890e990
changeset: 16244:05760890e990
user:      Marco Bodrato <bodrato at mail.dm.unipi.it>
date:      Tue Jan 21 21:55:45 2014 +0100
description:
SEC_MINVERT => SEC_INVERT

diffstat:

 tune/common.c |  2 +-
 tune/speed.h  |  2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diffs (24 lines):

diff -r 913a6d176e85 -r 05760890e990 tune/common.c
--- a/tune/common.c	Tue Jan 21 19:36:49 2014 +0100
+++ b/tune/common.c	Tue Jan 21 21:55:45 2014 +0100
@@ -933,7 +933,7 @@
 double
 speed_mpn_sec_invert (struct speed_params *s)
 {
-  SPEED_ROUTINE_MPN_SEC_MINVERT (mpn_sec_invert, mpn_sec_invert_itch);
+  SPEED_ROUTINE_MPN_SEC_INVERT (mpn_sec_invert, mpn_sec_invert_itch);
 }
 
 double
diff -r 913a6d176e85 -r 05760890e990 tune/speed.h
--- a/tune/speed.h	Tue Jan 21 19:36:49 2014 +0100
+++ b/tune/speed.h	Tue Jan 21 21:55:45 2014 +0100
@@ -2291,7 +2291,7 @@
     return t;								\
   }
 
-#define SPEED_ROUTINE_MPN_SEC_MINVERT(function,itchfn)			\
+#define SPEED_ROUTINE_MPN_SEC_INVERT(function,itchfn)			\
   {									\
     long  i;								\
     mp_ptr    up, mp, tp, ip;						\


More information about the gmp-commit mailing list