diff options
author | Torbjorn Granlund <tege@gmplib.org> | 2009-12-08 22:14:35 +0100 |
---|---|---|
committer | Torbjorn Granlund <tege@gmplib.org> | 2009-12-08 22:14:35 +0100 |
commit | d74e14ea66655d465968a07360cb370f108fb4d8 (patch) | |
tree | f3867e5e78c598188ea7c2bd5d0ca1e1007e52f4 /tune/common.c | |
parent | f318b88d4711d14455cdae57dd15282d183e5328 (diff) | |
download | gmp-d74e14ea66655d465968a07360cb370f108fb4d8.tar.gz |
Add measuring of mpn_mulmod_bnm1 at rounded size.
Diffstat (limited to 'tune/common.c')
-rw-r--r-- | tune/common.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tune/common.c b/tune/common.c index 8646b36b5..040d9d5d1 100644 --- a/tune/common.c +++ b/tune/common.c @@ -1110,6 +1110,12 @@ speed_mpn_mulmod_bnm1 (struct speed_params *s) } double +speed_mpn_mulmod_bnm1_rounded (struct speed_params *s) +{ + SPEED_ROUTINE_MPN_MULMOD_BNM1_ROUNDED (mpn_mulmod_bnm1); +} + +double speed_mpn_matrix22_mul (struct speed_params *s) { /* Speed params only includes 2 inputs, so we have to invent the |