summaryrefslogtreecommitdiff
path: root/tune/common.c
diff options
context:
space:
mode:
authorNiels Möller <nisse@lysator.liu.se>2012-02-15 14:46:40 +0100
committerNiels Möller <nisse@lysator.liu.se>2012-02-15 14:46:40 +0100
commit03846b76b5b51e25aaf5893e3a3c47724ce77574 (patch)
tree26214864dd0e6c49defddc9fb3e17bb608ef21ca /tune/common.c
parent43374d1d4e315da422121e0c5a5f28d4dd29ca4f (diff)
downloadgmp-03846b76b5b51e25aaf5893e3a3c47724ce77574.tar.gz
Tuneup support for MUL_TOOM43_TO_TOOM54_THRESHOLD.
Diffstat (limited to 'tune/common.c')
-rw-r--r--tune/common.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/tune/common.c b/tune/common.c
index 88f0099e8..fa46d6e30 100644
--- a/tune/common.c
+++ b/tune/common.c
@@ -1317,6 +1317,16 @@ speed_mpn_toom53_for_toom42_mul (struct speed_params *s)
{
SPEED_ROUTINE_MPN_TOOM53_FOR_TOOM42_MUL (mpn_toom53_mul);
}
+double
+speed_mpn_toom43_for_toom54_mul (struct speed_params *s)
+{
+ SPEED_ROUTINE_MPN_TOOM43_FOR_TOOM54_MUL (mpn_toom43_mul);
+}
+double
+speed_mpn_toom54_for_toom43_mul (struct speed_params *s)
+{
+ SPEED_ROUTINE_MPN_TOOM54_FOR_TOOM43_MUL (mpn_toom54_mul);
+}
double
speed_mpn_nussbaumer_mul (struct speed_params *s)