summaryrefslogtreecommitdiff
path: root/mpn/x86_64
Commit message (Expand)AuthorAgeFilesLines
* Add DOS64 ABI support to most files.Torbjorn Granlund2011-11-2945-110/+454
* Retune.Torbjorn Granlund2011-11-291-29/+63
* Support ABI DOS64.Torbjorn Granlund2011-11-284-27/+110
* Retune.Torbjorn Granlund2011-11-281-1/+1
* (DOS64_ENTRY, DOS64_EXIT): New, empty defs.Torbjorn Granlund2011-11-281-2/+5
* New file.Torbjorn Granlund2011-11-281-0/+39
* Add more cycle numbers.Torbjorn Granlund2011-11-221-2/+3
* Spacing cleanup.Torbjorn Granlund2011-11-213-8/+8
* Retune.Torbjorn Granlund2011-11-201-15/+21
* Retune, adding several new THRESHOLDs.Torbjorn Granlund2011-11-178-100/+202
* Add cycle counts.Torbjorn Granlund2011-11-161-7/+7
* Add mpn_tabselect assembly support for powerpc64, x86, x86_64, ia64.Torbjorn Granlund2011-11-151-0/+108
* New file.Torbjorn Granlund2011-11-091-0/+164
* Change how mpn_redc_1 works, use more broadly.Torbjorn Granlund2011-11-071-54/+14
* Add comment about code inefficiency.Torbjorn Granlund2011-11-021-0/+2
* Clarify that file is for K8-K10.Torbjorn Granlund2011-11-021-1/+1
* Use defined convenience aliases.Torbjorn Granlund2011-11-021-5/+5
* Add bobcat gmp-mparam.h file.Torbjorn Granlund2011-11-021-0/+156
* Put intermediate result into R, don't allocate any stack space.Torbjorn Granlund2011-10-241-40/+31
* mulmid x86_64 assembly.Niels Möller2011-10-037-0/+1282
* (BMOD_1_TO_MOD_1_THRESHOLD): Default for fat builds.Torbjorn Granlund2011-05-091-1/+3
* fix fat on x86_64Marc Glisse2011-05-051-3/+10
* (PIC_OR_DARWIN): New symbol. Use it to work around Darwin problems.Torbjorn Granlund2011-05-051-3/+14
* Declare mpn_invert_limb_table .protected.Niels Möller2011-04-121-0/+1
* Undo change from some hours ago.Torbjorn Granlund2011-04-111-3/+6
* Make proper PIC reference.Torbjorn Granlund2011-04-111-7/+3
* Moved table for x86_64 invert_limb to a separate file.Niels Möller2011-04-102-38/+66
* x86_64 implementation of mpn_div_qr_2u_pi1.Niels Möller2011-03-301-0/+189
* Added TODO comment.Niels Möller2011-03-301-0/+5
* Renamed files div_qr_2_pi1_norm* to div_qr_2n_pi1*Niels Möller2011-03-301-0/+0
* New naming convention for div_qr_2 functions.Niels Möller2011-03-301-2/+2
* x86_64 mpn_div_qr_2_pi1_norm: Updated to use a separate rp argument.Niels Möller2011-03-291-14/+20
* Fixed copyright header.Niels Möller2011-03-221-3/+5
* Copied inner loop from divrem_2.asmNiels Möller2011-03-221-33/+35
* First poor implementation of x86_64 div_qr_2_pi1_normNiels Möller2011-03-221-0/+124
* Add/update cycle numbers.Torbjorn Granlund2011-03-213-3/+6
* Use 'n' instead of 'r11' directly.Torbjorn Granlund2011-03-101-1/+1
* Move new aorrlsh_n.asm to new k8 dir. Revert mpn/x86_64/aorrlsh_n.asm.Torbjorn Granlund2011-03-102-148/+307
* Small corrections on some comments.Marco Bodrato2011-03-103-6/+6
* Retune.Torbjorn Granlund2011-03-092-34/+34
* Fix timing table and add some comments.Torbjorn Granlund2011-03-091-4/+7
* Complete rewrite.Torbjorn Granlund2011-03-091-109/+144
* New file, grabbing another asm file.Torbjorn Granlund2011-03-091-0/+23
* Workaround Oracle assembler bug.Torbjorn Granlund2011-03-071-1/+1
* Write proper feed-in code.Torbjorn Granlund2011-03-051-50/+39
* Rewrite for linear performance.Torbjorn Granlund2011-03-041-86/+85
* Disable mpn_rsblsh_n due to carry-in issues.Torbjorn Granlund2011-03-033-7/+13
* Comment fixes.Torbjorn Granlund2011-03-031-5/+3
* Comment changes.Torbjorn Granlund2011-03-031-2/+3
* Comment changes.Torbjorn Granlund2011-03-031-3/+4