summaryrefslogtreecommitdiff
path: root/tune/common.c
diff options
context:
space:
mode:
authorTorbjorn Granlund <tege@gmplib.org>2014-01-19 16:20:10 +0100
committerTorbjorn Granlund <tege@gmplib.org>2014-01-19 16:20:10 +0100
commit1dac2c12d2024c17c238fd87323b8ef72a64304c (patch)
treee35f16b8d64f6444452a4804b0ee9fe8e31fdb60 /tune/common.c
parentc8a969f0d5254ca8e9a5498fae8c2083433c6a5d (diff)
downloadgmp-1dac2c12d2024c17c238fd87323b8ef72a64304c.tar.gz
Rename mpn_sec_minvert => mpn_sec_invert, many files affected.
Diffstat (limited to 'tune/common.c')
-rw-r--r--tune/common.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tune/common.c b/tune/common.c
index 0bac5902a..0d569e160 100644
--- a/tune/common.c
+++ b/tune/common.c
@@ -931,9 +931,9 @@ speed_mpn_ni_invertappr (struct speed_params *s)
}
double
-speed_mpn_sec_minvert (struct speed_params *s)
+speed_mpn_sec_invert (struct speed_params *s)
{
- SPEED_ROUTINE_MPN_SEC_MINVERT (mpn_sec_minvert, mpn_sec_minvert_itch);
+ SPEED_ROUTINE_MPN_SEC_MINVERT (mpn_sec_invert, mpn_sec_invert_itch);
}
double