summaryrefslogtreecommitdiff
path: root/tune/many.pl
diff options
context:
space:
mode:
authorTorbjorn Granlund <tege@gmplib.org>2009-12-28 16:33:49 +0100
committerTorbjorn Granlund <tege@gmplib.org>2009-12-28 16:33:49 +0100
commitc8e3713b3ff9ce41596c21b7a91e954eb3a145be (patch)
tree59b781d937205731180ff9adb4469639326c480a /tune/many.pl
parent2da4e1d48ab00b6bf530710877d67284b88ef0e8 (diff)
downloadgmp-c8e3713b3ff9ce41596c21b7a91e954eb3a145be.tar.gz
New public functions mpn_com and mpn_neg. (Were internal and with _n suffix.)
Diffstat (limited to 'tune/many.pl')
-rw-r--r--tune/many.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tune/many.pl b/tune/many.pl
index 18130aea1..5c5648a10 100644
--- a/tune/many.pl
+++ b/tune/many.pl
@@ -376,7 +376,7 @@ my @table =
},
{
- 'regexp'=> 'com_n|copyi|copyd',
+ 'regexp'=> 'com|copyi|copyd',
'ret' => 'void',
'args' => 'mp_ptr wp, mp_srcptr xp, mp_size_t size',
'speed' => 'SPEED_ROUTINE_MPN_COPY',