[Gmp-commit] /home/hgfiles/gmp: Flag R

mercurial at gmplib.org mercurial at gmplib.org
Sun Jan 30 14:23:08 CET 2011


details:   /home/hgfiles/gmp/rev/d0e0d9f9c182
changeset: 13789:d0e0d9f9c182
user:      Marco Bodrato <bodrato at mail.dm.unipi.it>
date:      Sun Jan 30 14:23:08 2011 +0100
description:
Flag R

diffstat:

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

diffs (22 lines):

diff -r b5157a16348d -r d0e0d9f9c182 tune/speed.c
--- a/tune/speed.c	Sun Jan 30 09:20:10 2011 +0100
+++ b/tune/speed.c	Sun Jan 30 14:23:08 2011 +0100
@@ -1,7 +1,7 @@
 /* Speed measuring program.
 
-Copyright 1999, 2000, 2001, 2002, 2003, 2005, 2006, 2008, 2009, 2010 Free
-Software Foundation, Inc.
+Copyright 1999, 2000, 2001, 2002, 2003, 2005, 2006, 2008, 2009, 2010,
+2011 Free Software Foundation, Inc.
 
 This file is part of the GNU MP Library.
 
@@ -231,7 +231,7 @@
   { "mpn_divexact_1",    speed_mpn_divexact_1,    FLAG_R },
   { "mpn_divexact_by3",  speed_mpn_divexact_by3          },
 
-  { "mpn_bdiv_q_1",      speed_mpn_bdiv_q_1,      FLAG_R_OPTIONAL },
+  { "mpn_bdiv_q_1",      speed_mpn_bdiv_q_1,      FLAG_R },
   { "mpn_pi1_bdiv_q_1",  speed_mpn_pi1_bdiv_q_1,  FLAG_R_OPTIONAL },
   { "mpn_bdiv_dbm1c",    speed_mpn_bdiv_dbm1c,    FLAG_R_OPTIONAL },
 


More information about the gmp-commit mailing list