summaryrefslogtreecommitdiff
path: root/tune/speed.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/speed.c
parent63f97805b47041bbd20aca91e30542de25276c39 (diff)
downloadgmp-ca20b2f018c660e83322ff0bd1a3a3a2f9874bb1.tar.gz
Add speed measurement for mpn_tabselect.
Diffstat (limited to 'tune/speed.c')
-rw-r--r--tune/speed.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/tune/speed.c b/tune/speed.c
index cffed35b6..704d82772 100644
--- a/tune/speed.c
+++ b/tune/speed.c
@@ -283,7 +283,7 @@ const struct routine_t {
{ "mpn_hgcd_reduce", speed_mpn_hgcd_reduce },
{ "mpn_hgcd_reduce_1", speed_mpn_hgcd_reduce_1 },
{ "mpn_hgcd_reduce_2", speed_mpn_hgcd_reduce_2 },
-
+
{ "mpn_gcd_1", speed_mpn_gcd_1, FLAG_R_OPTIONAL },
{ "mpn_gcd_1N", speed_mpn_gcd_1N, FLAG_R_OPTIONAL },
@@ -412,6 +412,7 @@ const struct routine_t {
#if HAVE_NATIVE_mpn_copyd
{ "mpn_copyd", speed_mpn_copyd },
#endif
+ { "mpn_tabselect", speed_mpn_tabselect, FLAG_R_OPTIONAL },
#if HAVE_NATIVE_mpn_addlsh1_n
{ "mpn_addlsh1_n", speed_mpn_addlsh1_n, FLAG_R_OPTIONAL },
#endif