summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Partially tabify.Torbjorn Granlund2011-11-261-88/+88
* Reinsert x86 path components accidentally lost in major edit.Torbjorn Granlund2011-11-261-4/+4
* *** empty log message ***Torbjorn Granlund2011-11-251-0/+7
* Many new gmp-mparam.h file for 64-bit CPUs in 32-bit mode.Torbjorn Granlund2011-11-257-0/+1001
* Overhaul x86/x86_64 support, merging three case statements into one.Torbjorn Granlund2011-11-251-55/+55
* *** empty log message ***Torbjorn Granlund2011-11-241-0/+3
* (Formatted Output Strings): Clarify rules for mpf_t precision.Torbjorn Granlund2011-11-241-2/+5
* *** empty log message ***Torbjorn Granlund2011-11-241-0/+7
* *** empty log message ***Torbjorn Granlund2011-11-241-0/+77
* Retune.Torbjorn Granlund2011-11-244-218/+240
* Add power7/32 tuning file.Torbjorn Granlund2011-11-241-0/+149
* (tune_mu_div, tune_mu_bdiv): Up min_size to karatsuba's threshold.Torbjorn Granlund2011-11-241-4/+4
* Generalise new power6 addmul_1 to support also submul_1.Torbjorn Granlund2011-11-222-28/+53
* *** empty log message ***Torbjorn Granlund2011-11-221-0/+5
* Don't fail fat builds under 64-bit DOS.Torbjorn Granlund2011-11-221-3/+11
* Add more cycle numbers.Torbjorn Granlund2011-11-221-2/+3
* Add more cycle numbers.Torbjorn Granlund2011-11-221-8/+11
* Align loop for slightly better power5 performance.Torbjorn Granlund2011-11-221-2/+3
* Add more cycle numbers.Torbjorn Granlund2011-11-221-2/+2
* Retune.Torbjorn Granlund2011-11-221-22/+22
* Add power6-specific addmul_1.Torbjorn Granlund2011-11-222-0/+151
* Spacing cleanup.Torbjorn Granlund2011-11-2133-85/+85
* (__GNU_MP_RELEASE): Renamed from typo name.Torbjorn Granlund2011-11-212-1/+5
* Retune.Torbjorn Granlund2011-11-201-15/+21
* Split x86 CPUs into more subtypes for more accurate passing of gcc flags.Torbjorn Granlund2011-11-202-2/+21
* Provide special powerpc64 add_n/sub_n abi=32 code.Torbjorn Granlund2011-11-202-0/+178
* Configure improvements powerpc64 with abi=32.Torbjorn Granlund2011-11-202-6/+15
* Retune, adding several new THRESHOLDs.Torbjorn Granlund2011-11-1723-415/+659
* Add speed measurement for mpn_tabselect.Torbjorn Granlund2011-11-174-3/+24
* Another tweak to mpn_hgcd_appr tuningNiels Möller2011-11-172-0/+5
* Use 32-bit insn forms.Torbjorn Granlund2011-11-171-3/+3
* New file.Torbjorn Granlund2011-11-162-0/+100
* Add cycle counts.Torbjorn Granlund2011-11-161-7/+7
* Add cycle counts.Torbjorn Granlund2011-11-161-4/+4
* Slight tweak of new code.Torbjorn Granlund2011-11-161-5/+6
* New file.Torbjorn Granlund2011-11-162-0/+189
* Trivial merge.Torbjorn Granlund2011-11-152-25/+54
|\
| * Rewrite mpn/generic/powm_sec.c.Torbjorn Granlund2011-11-152-25/+54
* | speed support for mpn_hgcd_appr_lehmer.Niels Möller2011-11-156-3/+61
* | Further tweak for HGCD_APPR_THRESHOLD tuning.Niels Möller2011-11-152-0/+7
|/
* Amend 2011-11-03 gcc_cflags change.Torbjorn Granlund2011-11-152-4/+4
* Add mpn_tabselect assembly support for powerpc64, x86, x86_64, ia64.Torbjorn Granlund2011-11-155-1/+452
* Separate mpn_tabselect from mpn_powm_sec and prepare for asm support.Torbjorn Granlund2011-11-155-26/+63
* *** empty log message ***Torbjorn Granlund2011-11-131-0/+13
* Add support for POWM_SEC_TABLE table.Torbjorn Granlund2011-11-133-4/+147
* Tweaked tuning setup for hgcd_appr.Niels Möller2011-11-132-2/+8
* *** empty log message ***Torbjorn Granlund2011-11-111-0/+4
* Remove file, now part of sqr_basecase.asm.Torbjorn Granlund2011-11-111-239/+0
* Tuning of mpn_hgcd_appr and mpn_hgcd_reduce.Niels Möller2011-11-118-2/+197
* Make mpn_hgcd_appr use mpn_hgcd_reduce.Niels Möller2011-11-112-171/+10