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
/
tune
Commit message (
Collapse
)
Author
Age
Files
Lines
...
*
Tuning code for SQRLO_*:THRESHOLDs.
Marco Bodrato
2015-08-25
2
-1
/
+51
|
*
tune: Support mpn_sqrlo and mpn_sqrlo_basecase in tune/speed.
Marco Bodrato
2015-08-06
3
-3
/
+18
|
*
Remove now redundant MPN_FILL.
Torbjorn Granlund
2015-07-16
1
-9
/
+0
|
*
Measure mpn_sqrtrem and mpn_rootrem in remainder-less mode.
Torbjorn Granlund
2015-06-01
3
-33
/
+20
|
*
mpn/generic/invertappr.c (mpn_ni_invertappr): Reduce memory used (and ↵
Marco Bodrato
2015-05-15
1
-3
/
+3
|
|
|
|
related updates)
*
(all): Make GCD tuning last since it is not robust.
Torbjorn Granlund
2015-05-01
1
-7
/
+7
|
*
tune: support mpn_neg, mpn_{add,sub}_1{,_inplace}, mpz_2fac_ui
Marco Bodrato
2015-04-26
3
-3
/
+46
|
*
Add 'static' and 'const' for the benefit of C++.
Torbjorn Granlund
2014-11-15
1
-2
/
+0
|
*
Fix typo in last change.
Torbjorn Granlund
2014-11-14
2
-0
/
+13
|
*
Add casts for C++ compatibility.
Torbjorn Granlund
2014-11-13
3
-21
/
+25
|
*
(i386 speed_cyclecounter): Remove inline asm code, rely on external version.
Torbjorn Granlund
2014-11-10
1
-36
/
+0
|
*
INCLUDES => AM_CPPFLAGS.
Torbjorn Granlund
2014-10-01
1
-1
/
+1
|
*
Ensure DIV_QR_1_NORM_THRESHOLD, DIV_QR_1_UNNORM_THRESHOLD >= 1.
Niels M?ller
2014-02-17
1
-0
/
+4
|
*
mpn_sec_powm: Replace exponent limb count argument with a bit count.
Niels M?ller
2014-02-11
1
-8
/
+3
|
*
Fixed off-by-one problem in tuning of mpn_sec_powm.
Niels M?ller
2014-02-09
1
-2
/
+12
|
*
Update library files license to use LGPL3+ and GPL2+.
Torbjorn Granlund
2014-01-27
55
-423
/
+1028
|
*
SEC_MINVERT => SEC_INVERT
Marco Bodrato
2014-01-21
2
-2
/
+2
|
*
Canonicalise copyright headers.
Torbjorn Granlund
2014-01-19
45
-135
/
+135
|
*
Rename mpn_sec_minvert => mpn_sec_invert, many files affected.
Torbjorn Granlund
2014-01-19
3
-4
/
+4
|
*
Get rid of BYTES_PER_MP_LIMB, most files affected.
Torbjorn Granlund
2014-01-19
3
-13
/
+13
|
*
Canonicalise copyright headers.
Torbjorn Granlund
2014-01-18
10
-120
/
+120
|
*
speed support for mpn_sec_minvert.
Niels M?ller
2014-01-16
3
-0
/
+45
|
*
Spelling fixes.
Torbjorn Granlund
2013-12-28
1
-2
/
+2
|
*
Rename mpn_blah_sec to mpn_sec_blah.
Torbjorn Granlund
2013-12-26
5
-8
/
+8
|
*
Use https to link to GNU license.
Torbjorn Granlund
2013-12-02
55
-55
/
+55
|
*
Collapse copyright years.
Torbjorn Granlund
2013-11-28
11
-17
/
+11
|
*
x86_64 implementation of mpn_div_qr_1n_pi1.
Niels M?ller
2013-10-20
1
-0
/
+2
|
*
Implemented tuning of mpn_div_qr_1.
Niels M?ller
2013-10-20
8
-23
/
+215
|
*
speed support for mpn_div_qr_1.
Niels M?ller
2013-10-20
3
-0
/
+55
|
*
Fix typos.
Torbjorn Granlund
2013-07-22
7
-7
/
+7
|
*
Make tune/speed work when addlsh1_n etc are macros.
David S. Miller
2013-05-04
2
-12
/
+12
|
*
(SPEED_ROUTINE_MPN_TABSELECT): Implement special code, making .r argument be ↵
Torbjorn Granlund
2013-04-13
1
-2
/
+31
|
|
|
|
table width.
*
Renaming of mpn_addcnd_n and mpn_subcnd_n to mpn_cnd_*.
Niels M?ller
2013-03-13
3
-8
/
+8
|
*
Reorder arguments for mpn_addcnd_n and mpn_subcnd_n.
Niels M?ller
2013-03-10
1
-2
/
+2
|
*
speed_measure: Increase repetition count on zero measurements.
Niels M?ller
2013-02-27
1
-0
/
+3
|
*
Fixed typo in delay loop message.
Niels M?ller
2013-02-27
1
-1
/
+1
|
*
tune/speed.h (SPEED_ROUTINE_MPN_MUL): Use operands from struct s.
Marco Bodrato
2013-02-07
2
-10
/
+16
|
*
Add copyright years.
Torbjorn Granlund
2012-11-20
4
-6
/
+7
|
*
Whitespace cleanup.
Torbjorn Granlund
2012-11-17
1
-1
/
+1
|
*
mpn_brootinv: Interface change, limbs rather than bits.
Niels M?ller
2012-11-01
1
-1
/
+1
|
*
Benchmarking of broot functions.
Niels M?ller
2012-10-31
3
-0
/
+59
|
*
Whitespace cleanup.
Torbjorn Granlund
2012-06-02
1
-16
/
+16
|
*
typos in previous commit (was 32-bit only)
Marco Bodrato
2012-05-07
1
-1
/
+1
|
*
tune/tuneup.c: Update minimal threshold for FAC_DSC.
Marco Bodrato
2012-05-07
1
-1
/
+1
|
*
tune/tuneup.c (tune_fac_u): Update DSC_THRESHOLD minimum.
Marco Bodrato
2012-05-05
1
-1
/
+1
|
*
Measure POWM_SEC_TABLE after the REDC thresholds.
Torbjorn Granlund
2012-05-04
1
-5
/
+3
|
*
tune: Support mpz_bin_ui.
Marco Bodrato
2012-04-22
3
-0
/
+36
|
*
mpn/generic/invert.c: Remove support for scratch == NULL.
Marco Bodrato
2012-04-14
1
-3
/
+4
|
*
Better handle situation where redc_2 is never faster.
Torbjorn Granlund
2012-03-07
1
-9
/
+17
|
*
Clean out __GMP_PROTO.
Torbjorn Granlund
2012-03-03
6
-374
/
+350
|
[prev]
[next]