summaryrefslogtreecommitdiff
path: root/tune/common.c
diff options
context:
space:
mode:
authorTorbjorn Granlund <tege@gmplib.org>2011-11-17 21:24:47 +0100
committerTorbjorn Granlund <tege@gmplib.org>2011-11-17 21:24:47 +0100
commitca20b2f018c660e83322ff0bd1a3a3a2f9874bb1 (patch)
tree42918714cf76b2706a674a72905528c2c98a9974 /tune/common.c
parent63f97805b47041bbd20aca91e30542de25276c39 (diff)
downloadgmp-ca20b2f018c660e83322ff0bd1a3a3a2f9874bb1.tar.gz
Add speed measurement for mpn_tabselect.
Diffstat (limited to 'tune/common.c')
-rw-r--r--tune/common.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/tune/common.c b/tune/common.c
index 9855e8845..88f0099e8 100644
--- a/tune/common.c
+++ b/tune/common.c
@@ -461,6 +461,11 @@ speed_mpn_com (struct speed_params *s)
{
SPEED_ROUTINE_MPN_COPY (mpn_com);
}
+double
+speed_mpn_tabselect (struct speed_params *s)
+{
+ SPEED_ROUTINE_MPN_TABSELECT (mpn_tabselect);
+}
double