summaryrefslogtreecommitdiff
path: root/tune
diff options
context:
space:
mode:
authorNiels M?ller <nisse@lysator.liu.se>2012-11-01 22:01:00 +0100
committerNiels M?ller <nisse@lysator.liu.se>2012-11-01 22:01:00 +0100
commit5168a6ffcc366e0a2965063ef5cd4b8e063ce82e (patch)
tree5609e56669c1696043b29deab2914d4873ce9df1 /tune
parent0bd32cb6888bb7c8793d61a3005875741b30eb00 (diff)
downloadgmp-5168a6ffcc366e0a2965063ef5cd4b8e063ce82e.tar.gz
mpn_brootinv: Interface change, limbs rather than bits.
Diffstat (limited to 'tune')
-rw-r--r--tune/speed.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tune/speed.h b/tune/speed.h
index 75b6da724..a19ba7bc8 100644
--- a/tune/speed.h
+++ b/tune/speed.h
@@ -2107,7 +2107,7 @@ int speed_routine_count_zeros_setup (struct speed_params *, mp_ptr, int, int);
speed_starttime (); \
i = s->reps; \
do \
- (*function) (wp, s->xp, s->size * GMP_NUMB_BITS, s->r, tp); \
+ (*function) (wp, s->xp, s->size, s->r, tp); \
while (--i != 0); \
t = speed_endtime (); \
\