summaryrefslogtreecommitdiff
path: root/tune
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2001-10-27 02:23:43 +0200
committerKevin Ryde <user42@zip.com.au>2001-10-27 02:23:43 +0200
commit37e1a4ad780de15ac2fac37a0debd1bc081da2de (patch)
tree5dcedadb5e5a67bf8ae1e8b19b9d9e13001ea3a3 /tune
parent4963fb5fedb2c12ebc5bde4dbfbd16242ec2bf86 (diff)
downloadgmp-37e1a4ad780de15ac2fac37a0debd1bc081da2de.tar.gz
More of:
* gmp-impl.h, mpn/asm-defs.m4, configure.in, tune/speed.c, tune/speed.h, tune/many.pl, tests/devel/try.c: Add mpn_mod_34lsub1.
Diffstat (limited to 'tune')
-rwxr-xr-xtune/many.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/tune/many.pl b/tune/many.pl
index 368eaa967..e51a11386 100755
--- a/tune/many.pl
+++ b/tune/many.pl
@@ -522,6 +522,7 @@ my @table =
'regexp'=> 'mod_34lsub1',
'ret' => 'mp_limb_t',
'args' => 'mp_srcptr src, mp_size_t len',
+ 'attrib'=> '__GMP_ATTRIBUTE_PURE',
},
{
'regexp'=> 'invert_limb',