Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Moved mpn_div_qr_2u_pi1 to a separate file. | Niels Möller | 2011-03-30 | 1 | -32/+0 |
* | New naming convention for div_qr_2 functions. | Niels Möller | 2011-03-30 | 1 | -7/+7 |
* | mpn_div_qr_2 and related functions: Take separate rp argument, don't clobber ... | Niels Möller | 2011-03-29 | 1 | -10/+10 |
* | Prepare for mpn_div_qr_2_pi1_norm assembly. | Niels Möller | 2011-03-22 | 1 | -43/+0 |
* | Disable powerpc asm for _LONG_LONG_LIMB. | Torbjorn Granlund | 2011-03-22 | 1 | -1/+5 |
* | Make powerpc add_sssaaaa work for 32-bit case, and use less strict constraints. | Torbjorn Granlund | 2011-03-22 | 1 | -4/+1 |
* | Use asm just for gcc. | Torbjorn Granlund | 2011-03-22 | 1 | -2/+4 |
* | New 4/2 division loop. | Niels Möller | 2011-03-21 | 1 | -8/+250 |
* | New function mpn_div_qr_2. | Niels Möller | 2011-03-20 | 1 | -0/+153 |