[Gmp-commit] /home/hgfiles/gmp: Purge references to mpn_bdivmod.
mercurial at gmplib.org
mercurial at gmplib.org
Tue Dec 22 23:05:37 CET 2009
details: /home/hgfiles/gmp/rev/751e47e8eff1
changeset: 13190:751e47e8eff1
user: Torbjorn Granlund <tege at gmplib.org>
date: Tue Dec 22 23:05:31 2009 +0100
description:
Purge references to mpn_bdivmod.
diffstat:
mpn/Makefile.am | 10 +++++-----
mpn/asm-defs.m4 | 1 -
tune/many.pl | 9 ---------
3 files changed, 5 insertions(+), 15 deletions(-)
diffs (61 lines):
diff -r c795ab883a97 -r 751e47e8eff1 mpn/Makefile.am
--- a/mpn/Makefile.am Tue Dec 22 22:31:42 2009 +0100
+++ b/mpn/Makefile.am Tue Dec 22 23:05:31 2009 +0100
@@ -34,22 +34,22 @@
add.c add_1.c add_n.c \
addmul_1.c addmul_2.c addmul_3.c addmul_4.c addmul_5.c addmul_6.c \
addmul_7.c addmul_8.c \
- and_n.c andn_n.c bdivmod.c \
+ and_n.c andn_n.c \
cmp.c com_n.c copyd.c copyi.c \
dc_divrem_n.c dive_1.c diveby3.c divis.c divrem.c divrem_1.c divrem_2.c \
dump.c fib2_ui.c gcd.c \
gcd_1.c gcdext.c get_d.c get_str.c \
hamdist.c hgcd2.c hgcd.c invert_limb.c \
- ior_n.c iorn_n.c jacbase.c lshift.c \
- matrix22_mul.c mod_1.c mod_34lsub1.c mode1o.c \
+ ior_n.c iorn_n.c jacbase.c lshift.c \
+ matrix22_mul.c mod_1.c mod_34lsub1.c mode1o.c \
mod_1_1.c mod_1_2.c mod_1_3.c mod_1_4.c \
mul.c mul_1.c mul_2.c mul_3.c mul_4.c mul_fft.c mul_n.c mul_basecase.c \
toom22_mul.c toom32_mul.c toom42_mul.c toom52_mul.c toom62_mul.c \
toom33_mul.c toom43_mul.c toom53_mul.c \
toom44_mul.c \
sqr_toom2.c sqr_toom3.c sqr_toom4.c \
- toom_eval_dgr3_pm1.c toom_eval_dgr3_pm2.c \
- toom_eval_pm1.c toom_eval_pm1.c toom_eval_pm2exp.c \
+ toom_eval_dgr3_pm1.c toom_eval_dgr3_pm2.c \
+ toom_eval_pm1.c toom_eval_pm1.c toom_eval_pm2exp.c \
toom_interpolate_5pts.c toom_interpolate_6pts.c toom_interpolate_7pts.c \
mullo_n.c mullo_basecase.c nand_n.c neg_n.c nior_n.c perfsqr.c \
popcount.c pre_divrem_1.c pre_mod_1.c pow_1.c random.c random2.c rshift.c \
diff -r c795ab883a97 -r 751e47e8eff1 mpn/asm-defs.m4
--- a/mpn/asm-defs.m4 Tue Dec 22 22:31:42 2009 +0100
+++ b/mpn/asm-defs.m4 Tue Dec 22 23:05:31 2009 +0100
@@ -1324,7 +1324,6 @@
define_mpn(bdiv_q_1)
define_mpn(pi1_bdiv_q_1)
define_mpn(bdiv_dbm1c)
-define_mpn(bdivmod)
define_mpn(cmp)
define_mpn(com_n)
define_mpn(copyd)
diff -r c795ab883a97 -r 751e47e8eff1 tune/many.pl
--- a/tune/many.pl Tue Dec 22 22:31:42 2009 +0100
+++ b/tune/many.pl Tue Dec 22 23:05:31 2009 +0100
@@ -376,15 +376,6 @@
},
{
- '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',
More information about the gmp-commit
mailing list