summaryrefslogtreecommitdiff
path: root/mpn/generic
Commit message (Expand)AuthorAgeFilesLines
* Use CNST_LIMB for some constants.Torbjorn Granlund2011-11-281-3/+3
* Spacing cleanup.Torbjorn Granlund2011-11-215-14/+14
* Rewrite mpn/generic/powm_sec.c.Torbjorn Granlund2011-11-151-25/+44
* Separate mpn_tabselect from mpn_powm_sec and prepare for asm support.Torbjorn Granlund2011-11-152-25/+48
* Add support for POWM_SEC_TABLE table.Torbjorn Granlund2011-11-131-1/+13
* Make mpn_hgcd_appr use mpn_hgcd_reduce.Niels Möller2011-11-111-171/+4
* Change how mpn_redc_1 works, use more broadly.Torbjorn Granlund2011-11-074-71/+41
* New mpn_hgcd_reduce functionNiels Möller2011-10-261-0/+238
* Separate declarations and initialisers for the benefit of C++.Torbjorn Granlund2011-10-141-2/+5
* From Per Olofsson: Add __GMP_NOTHROW to make it match gmp.h.Torbjorn Granlund2011-10-141-1/+1
* (s390x): Add __CLOBBER_CC for relevant asm patterns.Torbjorn Granlund2011-10-111-1/+1
* Trivial merge.Torbjorn Granlund2011-10-111-108/+336
|\
| * Deleted debugging code.Niels Möller2011-10-101-115/+0
| * Implemented subquadratic mpn_hgcd_appr.Niels Möller2011-10-101-95/+438
* | (add_mssaaaa): Add s390x variant. Put arm code inside __GNUC__.Torbjorn Granlund2011-10-101-1/+12
|/
* Let mpn_hgcd_appr destroy its inputs.Niels Möller2011-10-101-23/+17
* const-declare matrix argument.Niels Möller2011-10-091-1/+1
* Fixed extra_bits book-keeping in hgcd_appr.Niels Möller2011-10-081-30/+61
* Fixed comment typo.Niels Möller2011-10-081-1/+1
* New mpn_hgcd_appr code.Niels Möller2011-10-073-94/+298
* Fix a comment.Niels Möller2011-10-061-3/+3
* (mpn_mulmid): Move a TMP_DECL to block start.Torbjorn Granlund2011-10-041-1/+2
* mulmid C implementation.Niels Möller2011-10-0310-0/+1228
* Comment improvement.Niels Möller2011-10-031-4/+4
* Use integer fields for mp_bases logarithm tables.Torbjorn Granlund2011-08-072-4/+11
* (mpn_dcpi1_bdiv_q): Get mpn_sub_1 size argument right.Torbjorn Granlund2011-07-141-3/+2
* Moved code for tune-gcd-p to the tune directory.Niels Möller2011-05-241-137/+0
* Subquadratic jacobi.Niels Möller2011-05-202-859/+284
* New jacobi-related files.Niels Möller2011-05-203-0/+933
* Avoid using NULLNiels Möller2011-05-201-1/+1
* Updated copyright year.Niels Möller2011-05-191-1/+1
* hgcd simplifications. New file hgcd_matrix.cNiels Möller2011-05-192-375/+270
* Additional fixes for mpn_gcd_subdiv_step change.Niels Möller2011-05-191-1/+1
* New argument to mpn_gcd_subdiv_step.Niels Möller2011-05-194-27/+72
* Clarify input requirements for mpn_gcd and mpn_gcdextNiels Möller2011-05-172-0/+5
* Fixed ASSERT.Niels Möller2011-05-021-2/+3
* Add a copyright year.Torbjorn Granlund2011-05-011-1/+1
* Moved mpn_div_qr_2u_pi1 to a separate file.Niels Möller2011-03-302-32/+66
* 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-302-10/+10
* mpn_div_qr_2 and related functions: Take separate rp argument, don't clobber ...Niels Möller2011-03-292-13/+13
* Prepare for mpn_div_qr_2_pi1_norm assembly.Niels Möller2011-03-222-43/+76
* Disable powerpc asm for _LONG_LONG_LIMB.Torbjorn Granlund2011-03-222-2/+10
* Make powerpc add_sssaaaa work for 32-bit case, and use less strict constraints.Torbjorn Granlund2011-03-221-4/+1
* Use asm just for gcc.Torbjorn Granlund2011-03-221-2/+4
* New 4/2 division loop.Niels Möller2011-03-211-8/+250
* Fix spelling.Torbjorn Granlund2011-03-212-2/+2
* Combine nails and non-nails functions.Torbjorn Granlund2011-03-211-32/+9
* New file.Torbjorn Granlund2011-03-211-0/+62
* New function mpn_div_qr_2.Niels Möller2011-03-201-0/+153