summaryrefslogtreecommitdiff
path: root/tune/many.pl
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2001-12-30 01:49:07 +0100
committerKevin Ryde <user42@zip.com.au>2001-12-30 01:49:07 +0100
commitf239a74eb618f5df3af84b234cdfa6e10347fe47 (patch)
treed14cc6b35e0a6e35fa691a7010be33c771c7f77f /tune/many.pl
parentee310d157365366870f73b115bb7d1017151b938 (diff)
downloadgmp-f239a74eb618f5df3af84b234cdfa6e10347fe47.tar.gz
* mpn/generic/mul_basecase.c, mpz/mul.c, mpz/n_pow_ui.c,
mpn/x86/pentium/mul_2.asm, tests/devel/try.c, tests/tests.h, tests/refmpn.c, tune/speed.c, tune/speed.h, tune/common.c, tune/many.pl (mpn_mul_2): New parameter style.
Diffstat (limited to 'tune/many.pl')
-rwxr-xr-xtune/many.pl3
1 files changed, 1 insertions, 2 deletions
diff --git a/tune/many.pl b/tune/many.pl
index 03344e41b..0cb5873d8 100755
--- a/tune/many.pl
+++ b/tune/many.pl
@@ -572,8 +572,7 @@ my @table =
{
'regexp'=> 'mul_2',
'ret' => 'mp_limb_t',
- 'args' => 'mp_ptr wp, mp_srcptr xp, mp_size_t size, mp_limb_t low, mp_limb_t high',
- 'speed' => 'SPEED_ROUTINE_MPN_UNARY_2',
+ 'args' => 'mp_ptr wp, mp_srcptr xp, mp_size_t size, mp_srcptr mult',
},
{