index
:
delta/gmp.git
baserock/morph
gmp
gmp-3_0-branch
gmp-3_1-branch
gmp-4_0-branch
gmp-4_1-branch
master
gmplib.org: repo/gmp
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mpn
/
generic
Commit message (
Expand
)
Author
Age
Files
Lines
*
Spacing cleanups.
Torbjorn Granlund
2009-11-14
3
-4
/
+4
*
Use mpn_addlsh1_n.
Torbjorn Granlund
2009-11-14
1
-0
/
+4
*
Toggle the right flag bit in an HAVE_NATIVE_mpn_add_n_sub_n arm.
Torbjorn Granlund
2009-11-14
1
-3
/
+3
*
Update headers.
Torbjorn Granlund
2009-11-14
15
-60
/
+46
*
mpn/generic/remove.c: Major overhaul. Add parameter 'cap'.
Torbjorn Granlund
2009-11-14
1
-21
/
+45
*
Fix typo.
Torbjorn Granlund
2009-11-14
1
-12
/
+8
*
Make mpn_bdiv_qr actually work.
Torbjorn Granlund
2009-11-14
1
-14
/
+18
*
Reset FFT parameters for each call.
Torbjorn Granlund
2009-11-14
1
-19
/
+10
*
Undo last change.
Torbjorn Granlund
2009-11-12
1
-1
/
+1
*
Simplify, fix comments.
Torbjorn Granlund
2009-11-11
1
-6
/
+5
*
Get final mpn_sbpi1_bdiv_q call right.
Torbjorn Granlund
2009-11-11
2
-3
/
+2
*
Add mpn/generic/logops_n.c, forgotten in a previous change.
Torbjorn Granlund
2009-11-09
1
-0
/
+67
*
Update authors information.
Torbjorn Granlund
2009-11-08
1
-1
/
+2
*
mulmod_bnm1: Added parameters to specify operand sizes + work with all
Marco Bodrato
2009-11-08
1
-59
/
+127
*
Fixed a typo
Marco Bodrato
2009-11-07
1
-1
/
+1
*
Trivial merge
Marco Bodrato
2009-11-07
5
-467
/
+26
|
\
|
*
Reverted some changes on toom_interpolate_6pts to improve branch prediction.
Marco Bodrato
2009-11-04
1
-3
/
+3
|
*
toom_interpolate_6pts: removed an addmul_1 where addlsh or lshift+add can do.
Marco Bodrato
2009-11-03
1
-6
/
+27
|
*
Finish switch to new sb and dc division functions.
Torbjorn Granlund
2009-11-02
4
-464
/
+2
*
|
Merged toom_interpolate_7pts changes.
Niels Möller
2009-10-31
7
-518
/
+542
|
\
\
|
|
/
|
/
|
|
*
Changed evaluation points for toom_interpolate_7pts.
Niels Möller
2009-10-31
5
-518
/
+353
|
*
New toom evaluation functions.
Niels Möller
2009-10-31
2
-0
/
+189
*
|
Put #defines in pos 0.
Torbjorn Granlund
2009-10-31
1
-2
/
+2
*
|
Separate mpn_mul_n and mpn_sqr_n into separate files. Macro toom itch funcs.
Torbjorn Granlund
2009-10-31
2
-410
/
+90
*
|
Finish rename of *_KARATSUBA_* to TOOM2/TOOM22, etc.
Torbjorn Granlund
2009-10-31
11
-32
/
+32
|
/
*
mpn_toom43_mul: Use mpn_toom_eval_dgr3_pm2
Niels Möller
2009-10-31
1
-29
/
+2
*
New function mpn_toom_eval_dgr3_pm2.
Niels Möller
2009-10-30
1
-0
/
+80
*
Use mpn_toom_eval_dgr3_pm1 also in toom43 and toom42.
Niels Möller
2009-10-29
2
-50
/
+3
*
Replace some add_1 by INCR.
Torbjorn Granlund
2009-10-29
1
-4
/
+6
*
Call mpn_mul_fft.
Torbjorn Granlund
2009-10-29
1
-43
/
+19
*
(mpn_mul_fft): Make it return high limb.
Torbjorn Granlund
2009-10-29
1
-4
/
+10
*
Amend a header.
Torbjorn Granlund
2009-10-29
1
-0
/
+4
*
Add mpn_mulmod_bnm1 including tuning of MULMOD_BNM1_THRESHOLD.
Torbjorn Granlund
2009-10-29
1
-0
/
+198
*
Merge.
Torbjorn Granlund
2009-10-29
3
-13
/
+4
|
\
|
*
Fix C99-isms.
Torbjorn Granlund
2009-10-25
1
-5
/
+2
|
*
Fix C90-isms.
Torbjorn Granlund
2009-10-25
2
-8
/
+2
*
|
mpn_mul_n: Deleted old Karatsuba implementation, and #if:ed out old toom3 imp...
Niels Möller
2009-10-28
1
-336
/
+2
*
|
Toom-33 allocation cleanup.
Niels Möller
2009-10-28
3
-19
/
+13
|
/
*
Update mpn division code.
Torbjorn Granlund
2009-10-24
19
-515
/
+896
*
Fix code handling denorms for 64-bit machines.
Torbjorn Granlund
2009-10-23
1
-21
/
+18
*
Cleanup (and interface change) of mpn_toom52_mul, to use supplied scratch space.
Niels Möller
2009-10-23
1
-38
/
+11
*
Made mpn_toom43_mul use supplied scratch space, not TMP_ALLOC.
Niels Möller
2009-10-21
1
-36
/
+9
*
mpn_hgcd_itch: Reduced scratch need, thanks to the new mpn_matrix22_mul_stras...
Niels Möller
2009-10-14
1
-11
/
+27
*
mpn_matrix22_mul_strassen: New Strassen-like algorithm,
Niels Möller
2009-10-14
1
-88
/
+145
*
Rename mpn_addsub_n to mpn_add_n_sub_n.
Torbjorn Granlund
2009-10-04
13
-90
/
+90
*
Call mpn_divrem_1 and mpn_dc_div_qr instead of old functions.
Torbjorn Granlund
2009-10-01
1
-36
/
+3
*
Call toom22 and toom33 instead of old functions.
Torbjorn Granlund
2009-10-01
1
-2
/
+2
*
Fix indentation.
Torbjorn Granlund
2009-10-01
1
-2
/
+2
*
(TOOM32_MUL_N_REC): Renamed from TOOM22_MUL_N_REC.
Torbjorn Granlund
2009-10-01
1
-16
/
+5
*
(TOOM42_MUL_N_REC): Renamed from TOOM22_MUL_N_REC.
Torbjorn Granlund
2009-10-01
1
-17
/
+6
[next]