summaryrefslogtreecommitdiff
path: root/tune/many.pl
diff options
context:
space:
mode:
authorTorbjorn Granlund <tege@gmplib.org>2009-12-22 23:05:31 +0100
committerTorbjorn Granlund <tege@gmplib.org>2009-12-22 23:05:31 +0100
commit85ceb83833c3357a60bb6fc605e77851bb83b71e (patch)
treeb4fcae1cfd23565acf84fa0486ea05c5a13cdd03 /tune/many.pl
parent1d24f38c9d56af7f5f96dfa84af67052ad2dc41c (diff)
downloadgmp-85ceb83833c3357a60bb6fc605e77851bb83b71e.tar.gz
Purge references to mpn_bdivmod.
Diffstat (limited to 'tune/many.pl')
-rw-r--r--tune/many.pl9
1 files changed, 0 insertions, 9 deletions
diff --git a/tune/many.pl b/tune/many.pl
index 8eb2dc9f2..18130aea1 100644
--- a/tune/many.pl
+++ b/tune/many.pl
@@ -376,15 +376,6 @@ my @table =
},
{
- 'regexp'=> 'bdivmod',
- 'ret' => 'mp_limb_t',
- 'args' => 'mp_ptr qp, mp_ptr up, mp_size_t usize, mp_srcptr vp, mp_size_t vsize, unsigned long int d',
- 'carrys'=> [''],
- 'try' => 'none',
- 'speed' => 'none',
- },
-
- {
'regexp'=> 'com_n|copyi|copyd',
'ret' => 'void',
'args' => 'mp_ptr wp, mp_srcptr xp, mp_size_t size',