summaryrefslogtreecommitdiff
path: root/mpn/generic/div_qr_2.c
Commit message (Expand)AuthorAgeFilesLines
* Moved mpn_div_qr_2u_pi1 to a separate file.Niels Möller2011-03-301-32/+0
* New naming convention for div_qr_2 functions.Niels Möller2011-03-301-7/+7
* mpn_div_qr_2 and related functions: Take separate rp argument, don't clobber ...Niels Möller2011-03-291-10/+10
* Prepare for mpn_div_qr_2_pi1_norm assembly.Niels Möller2011-03-221-43/+0
* Disable powerpc asm for _LONG_LONG_LIMB.Torbjorn Granlund2011-03-221-1/+5
* 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
* New function mpn_div_qr_2.Niels Möller2011-03-201-0/+153