summaryrefslogtreecommitdiff
path: root/tune/README
Commit message (Collapse)AuthorAgeFilesLines
* Update library files license to use LGPL3+ and GPL2+.Torbjorn Granlund2014-01-271-7/+18
|
* Canonicalise copyright headers.Torbjorn Granlund2014-01-191-3/+3
|
* Use https to link to GNU license.Torbjorn Granlund2013-12-021-1/+1
|
* Collapse copyright years.Torbjorn Granlund2013-11-281-1/+1
|
* Fix typos.Torbjorn Granlund2013-07-221-1/+1
|
* tune/speed.h (SPEED_ROUTINE_MPN_MUL): Use operands from struct s.Marco Bodrato2013-02-071-3/+9
|
* Clean up some spacing.Torbjorn Granlund2010-05-071-1/+1
|
* Notes on linux timingNiels Möller2010-01-201-0/+21
|
* Finish rename of *_KARATSUBA_* to TOOM2/TOOM22, etc.Torbjorn Granlund2009-10-311-4/+4
|
* Update license to version 3.tege2007-09-181-4/+2
|
* Update FSF's address.tege2006-02-151-2/+2
|
* * tune/time.c (getrusage_backwards_p): New functionKevin Ryde2004-05-151-3/+3
| | | | | | | (speed_time_init): Use it to exclude broken netbsd1.4.1 getrusage. * configure.in (m68*-*-netbsd1.4*): Remove code pretending getrusage doesn't exist. * tune/README (NetBSD 1.4.1 m68k): Update notes.
* * tune/README: Remove open/mpn versions of toom3, no longer exist.Kevin Ryde2004-01-171-12/+1
|
* Mention speed.exe for DOS systems.Kevin Ryde2002-05-211-0/+2
|
* * tune/README: Misc updates including sparc32/v9 smoothness, low resKevin Ryde2002-05-071-45/+35
| | | | timebase, and mpn_add_n operand overlaps.
* Clean up *_THRESHOLD names.tege2002-02-191-5/+5
|
* Add a copyright notice.Kevin Ryde2001-10-081-0/+22
|
* * tune/README: Mention SCO openunix 8 /etc/hw.Kevin Ryde2001-09-041-0/+7
|
* * tune/README: Clarify reconfigure on gmp-mparam.h update.Kevin Ryde2001-06-121-9/+8
|
* * configure.in (m68*-*-netbsd1.4*): Pretend getrusage doesn't exist.Kevin Ryde2001-04-111-6/+5
| | | | * tune/README: Update.
* * tune/README: Notes on the 1x1 div threshold for mpn_gcd_1.Kevin Ryde2001-03-151-0/+23
|
* * tune/README: Misc updates.Kevin Ryde2001-02-011-40/+69
|
* * tune/Makefile.am (LDFLAGS): Use -all-static.Kevin Ryde2000-11-201-10/+10
| | | | | (speed-dynamic): Dynamic linked version of speed.c. * tune/README: Update.
* * *: Rename BZ -> DC.Kevin Ryde2000-10-211-1/+1
|
* * tune/README: Remove some parts now in the manual.Kevin Ryde2000-10-211-181/+0
|
* * tune/README: Various updates.Kevin Ryde2000-09-101-51/+88
| | | | | (In particular remove the bit about submitting new threshold values, since that would probably need a copyright assignment.)
* * tune/mul_n_{mpn,open}.c: New files, being forced open-coded andKevin Ryde2000-08-161-0/+10
| | | | | mpn #includes of mpn/generic/mul_n.c. * tune/*: Add measuring of them.
* Tiny update to KARATSUBA_SQR_THRESHOLD remarks, noting it's usuallyKevin Ryde2000-07-311-1/+2
| | | | higher than the mul threshold.
* Correct some spelling.Kevin Ryde2000-07-301-8/+8
|
* * tune/README: Notes on FFT and GCD thresholds, other minor updates.Kevin Ryde2000-07-291-16/+86
|
* Add an extra remark on the time base.Kevin Ryde2000-07-141-0/+6
|
* * tune/README: Updates.Kevin Ryde2000-07-041-35/+53
|
* * tune/*: Locate data to help direct-mapped caches, add measuringKevin Ryde2000-06-301-42/+66
| | | | of mpz_init/clear, mpz_add and mpz_bin_uiui, various cleanups.
* * tune/speed.* (FLAG_R_OPTIONAL): New option for routines, use onKevin Ryde2000-05-311-64/+66
| | | | | mpn_gcd_1 and mpn_mul_basecase. * tune/README: Update.
* Add a section with some notes on what things affect the thresholds.Kevin Ryde2000-04-291-21/+132
|
* A bit extra on setting thresholds temporarily bigger.Kevin Ryde2000-04-281-7/+14
|
* Initial version.Kevin Ryde2000-04-231-0/+300