summaryrefslogtreecommitdiff
path: root/tune/many.pl
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2001-05-11 02:08:51 +0200
committerKevin Ryde <user42@zip.com.au>2001-05-11 02:08:51 +0200
commitd22116276162343ff21f0883dd087518108fe23e (patch)
tree864451631486f88f4ebe29e94c75a0225461f679 /tune/many.pl
parent64042880fb1a032bde7d206f00fcca928d8ac3d3 (diff)
downloadgmp-d22116276162343ff21f0883dd087518108fe23e.tar.gz
* tests/devel/try.c, tune/many.pl: Add some umul_ppmm testing support.
Diffstat (limited to 'tune/many.pl')
-rwxr-xr-xtune/many.pl10
1 files changed, 10 insertions, 0 deletions
diff --git a/tune/many.pl b/tune/many.pl
index ed3023946..50c40d072 100755
--- a/tune/many.pl
+++ b/tune/many.pl
@@ -516,6 +516,16 @@ my @table =
'args' => 'mp_ptr wp, mp_srcptr xp, mp_srcptr yp, mp_size_t size',
'rename'=> ['kara_mul_n','kara_sqr_n','toom3_mul_n','toom3_sqr_n'],
},
+ {
+ # not for use with hppa reversed argument versions of mpn_umul_ppmm
+ 'regexp'=> 'umul',
+ 'funs' => ['umul_ppmm'],
+ 'ret' => 'mp_limb_t',
+ 'args' => 'mp_limb_t *lowptr, mp_limb_t m1, mp_limb_t m2',
+ 'speed' => 'none',
+ 'try-minsize' => 3,
+ },
+
{
'regexp'=> 'popham',