summaryrefslogtreecommitdiff
path: root/mpn
Commit message (Expand)AuthorAgeFilesLines
* Added toom54 in diagram.Niels Möller2012-02-241-0/+1
* core2/aorsmul_1.asm: Added mpn_addmul_1c and mpn_submul_1c entry points.Niels Möller2012-02-241-1/+30
* Improve rsh1add_n/rsh1sub_n for Intel chips.Torbjorn Granlund2012-02-232-104/+258
* Replace accidentally removed CALL.Torbjorn Granlund2012-02-231-0/+2
* Make it work for DOS64 again.Torbjorn Granlund2012-02-231-12/+17
* Avoid ",pt" branch hint.Torbjorn Granlund2012-02-201-2/+2
* Trivial merge.Torbjorn Granlund2012-02-202-11/+153
|\
| * Add SBR mul_1 file.Torbjorn Granlund2012-02-201-0/+142
| * Fix some DOS64 issues (but disable DOS64 support until tested).Torbjorn Granlund2012-02-201-11/+11
* | toom_interpolate_8pts: compute carry only when non-trivial.Marco Bodrato2012-02-201-4/+4
|/
* Add SBR addmul_1/submul_1 file.Torbjorn Granlund2012-02-201-0/+181
* Update redc_1 and redc_2 to do the add_n but not the conditional sub_n.Torbjorn Granlund2012-02-196-35/+65
* Add some more cycle numbers.Torbjorn Granlund2012-02-163-7/+16
* Whitespace cleanup.Torbjorn Granlund2012-02-162-3/+2
* Added Marco's toom54. And a new itch function and a test program.Niels Möller2012-02-141-0/+133
* Fixed toom63 row in the diagram.Niels Möller2012-02-131-1/+1
* New bulldozer support.Torbjorn Granlund2012-02-111-0/+182
* Rewrite code for limiting mpn_sqr_basecase use.Torbjorn Granlund2012-02-111-11/+10
* Fixed assert, related to the special case A = (2k+1) G, B = 2 G. FixNiels Möller2012-02-101-1/+4
* (hgcd_matrix_update_q): Fixed carry handling bug. Related to bugfix inNiels Möller2012-02-101-6/+8
* mpn_gcdext_hook: Added comment.Niels Möller2012-02-101-0/+7
* Corrected handling of unlikely (maybe impossible?) case u1n < un.Niels Möller2012-02-101-3/+6
* Fix off-by-one condition in invert_limb code.Torbjorn Granlund2012-02-091-5/+5
* Improve udiv_w_sdiv declarations.Torbjorn Granlund2012-02-031-3/+2
* toom8h: corrected un unlikely borrow propagation spotted by Torbjorn and nigh...Marco Bodrato2012-02-021-2/+6
* Fix typo, then clean up.Torbjorn Granlund2012-02-021-6/+4
* Make toom63 handle slightly more unbalanced operands.Torbjorn Granlund2012-02-022-4/+7
* Minor typo fix in comment.Niels Möller2012-02-011-1/+1
* Added toom calls to diagram.Niels Möller2012-02-011-15/+28
* Added comment on toom functions.Niels Möller2012-02-011-0/+19
* Add forgotten copyright years.Torbjorn Granlund2012-01-171-1/+1
* mpz_fac_ui: Less memory, less divisions.Marco Bodrato2012-01-161-3/+3
* Correct miminum for FAC_DSC.Marco Bodrato2012-01-102-0/+7
* (SQR_BASECASE_MAX): Set safely from SQR_TOOM2_THRESHOLD.Torbjorn Granlund2011-12-301-1/+1
* Delay quotient limb stores in order to allow quotient and dividend to complet...Torbjorn Granlund2011-12-102-9/+11
* Handle fat binaries better.Torbjorn Granlund2011-12-081-1/+9
* mpn/x86/fat/com.c: New file.Torbjorn Granlund2011-12-081-0/+21
* Make it actually work for DOS64.Torbjorn Granlund2011-12-081-1/+2
* Conditionalise jump on DOS64 to avoid overhead for standard ABIs.Torbjorn Granlund2011-12-081-1/+1
* Support DOS64.Torbjorn Granlund2011-12-081-2/+11
* (__gmpn_cpuvec_init): Add a missing break.Torbjorn Granlund2011-12-071-0/+1
* Use mpn_hgcd_reduce.Niels Möller2011-12-061-6/+9
* Update fat function set to be more relevant.Torbjorn Granlund2011-12-058-16/+60
* Undo premature checkin.Torbjorn Granlund2011-12-051-6/+1
* Fix typo in last LEA change.Torbjorn Granlund2011-12-052-3/+8
* Port most remaining x86_64 files to DOS64.Torbjorn Granlund2011-12-0524-22/+140
* (MAKE_FMS): Fix typo in last change.Torbjorn Granlund2011-12-052-3/+3
* Add forgotten DOS64_EXIT.Torbjorn Granlund2011-12-051-0/+2
* Make use of generalised LEA.Torbjorn Granlund2011-12-052-8/+1
* (LEA): Handle non-PIC code.Torbjorn Granlund2011-12-052-4/+10