[Gmp-commit] /var/hg/gmp: Amend speed _ip macros.

mercurial at gmplib.org mercurial at gmplib.org
Sat Mar 12 07:59:20 CET 2011


details:   /var/hg/gmp/rev/052a2f384dc8
changeset: 14043:052a2f384dc8
user:      Marco Bodrato <bodrato at mail.dm.unipi.it>
date:      Sat Mar 12 07:59:00 2011 +0100
description:
Amend speed _ip macros.

diffstat:

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

diffs (28 lines):

diff -r 8d1214489594 -r 052a2f384dc8 tune/common.c
--- a/tune/common.c	Sat Mar 12 01:44:21 2011 +0100
+++ b/tune/common.c	Sat Mar 12 07:59:00 2011 +0100
@@ -1025,21 +1025,21 @@
 double
 speed_mpn_addlsh_n_ip1 (struct speed_params *s)
 {
-  SPEED_ROUTINE_MPN_UNARY_1 (mpn_addlsh_n_ip1);
+  SPEED_ROUTINE_MPN_UNARY_1_CALL (mpn_addlsh_n_ip1 (wp, s->xp, s->size, 7));
 }
 #endif
 #if HAVE_NATIVE_mpn_addlsh_n_ip2
 double
 speed_mpn_addlsh_n_ip2 (struct speed_params *s)
 {
-  SPEED_ROUTINE_MPN_UNARY_1 (mpn_addlsh_n_ip2);
+  SPEED_ROUTINE_MPN_UNARY_1_CALL (mpn_addlsh_n_ip2 (wp, s->xp, s->size, 7));
 }
 #endif
 #if HAVE_NATIVE_mpn_sublsh_n_ip1
 double
 speed_mpn_sublsh_n_ip1 (struct speed_params *s)
 {
-  SPEED_ROUTINE_MPN_UNARY_1 (mpn_sublsh_n_ip1);
+  SPEED_ROUTINE_MPN_UNARY_1_CALL (mpn_sublsh_n_ip1 (wp, s->xp, s->size, 7));
 }
 #endif
 #if HAVE_NATIVE_mpn_rsblsh_n


More information about the gmp-commit mailing list