summaryrefslogtreecommitdiff
path: root/mpn/generic
Commit message (Expand)AuthorAgeFilesLines
* mpn/generic/mulmod_bknp1.c: Remove non-english commentMarco Bodrato2022-03-201-16/+0
* mpn/generic/mulmod_bknp1.c: Clean-up...Marco Bodrato2022-03-191-15/+32
* mpn/generic/mul_fft.c: Use _bknp1, but not when tuning, to avoid "random" res...Marco Bodrato2022-03-151-0/+28
* Copyright yearsMarco Bodrato2022-03-113-3/+3
* mpn/generic/sqrmod_bnm1.c: Use sqrmod_bknp1, on the bnp1 sideMarco Bodrato2022-03-111-0/+12
* mpn/generic/mul_fft.c: Change some more {add,sub}_1 into {IN,DE}CR_UMarco Bodrato2022-03-081-9/+32
* mpn/generic/mul_fft.c: Remove an unused branch and slightly improve carry pro...Marco Bodrato2022-03-061-24/+34
* mpn/generic/mulmod_bnm1.c: Use mulmod_bknp1, on the bnp1 side.Marco Bodrato2022-03-041-0/+12
* mpn/generic/strongfibo.c: revert last changeMarco Bodrato2022-02-261-2/+1
* mpn/generic/strongfibo.c: Correct an #if condition (avoid #else)Marco Bodrato2022-02-211-1/+2
* mpn/generic/mulmod_bknp1.c: New file, with mpn_{mul,sqr}mod_bknp1Marco Bodrato2022-02-151-0/+501
* mpn/generic/strongfibo.c: Correct condition in #ifMarco Bodrato2022-02-151-2/+1
* mpn/generic/toom[34]*: Use a shorter mul when it's simple to handleMarco Bodrato2021-12-085-34/+36
* Make recently added code actually work.Torbjorn Granlund2021-11-071-15/+19
* Provide alternative function.Torbjorn Granlund2021-11-021-0/+68
* Rewrite for better SCS.Torbjorn Granlund2021-10-291-8/+16
* New mpn_div_qr_1n_pi1 variants, DIV_QR_1N_METHOD 3 and 4.Niels Möller2021-07-011-0/+202
* Micro-optimization and docs for mpn_div_qr_1n_pi1Niels Möller2021-06-031-5/+22
* mpn/generic/{sec_,}powm.c (win_size): Remove the unused value from array.Marco Bodrato2021-05-252-6/+6
* mpn/generic/sec_powm.c (sec_binvert_limb): New static function.Marco Bodrato2021-05-251-10/+57
* Copyright yearMarco Bodrato2021-02-091-1/+1
* mpn/generic/binvert.c: Remove unneeded mpn_sub_1.Marco Bodrato2021-02-091-1/+4
* mpn/generic/toom32_mul.c: Simplify carry propagationMarco Bodrato2021-01-021-5/+3
* many mpn/generic/toom: Better handling short recursionMarco Bodrato2020-12-195-23/+29
* mpn/generic/mu_divappr_q.c: Remove unused exit conditionMarco Bodrato2020-12-131-2/+2
* mpn/generic/mod_1_3.c: Use default in a switch (reduce warnings)Marco Bodrato2020-12-131-3/+2
* Fix typo in last change.Torbjorn Granlund2020-12-052-2/+2
* Provide add_mssaaaa for arm64.Torbjorn Granlund2020-12-042-1/+19
* Add clarifying parens.Torbjorn Granlund2020-11-191-1/+1
* (DO_mpn_addlsh_n): Define only when needed.Torbjorn Granlund2020-11-192-42/+50
* mpn/generic/mod_1.c (mpn_mod_1_unnorm): Compare r<d before shifting.Marco Bodrato2020-10-311-8/+6
* (abs_sub_n): Conditionaly exclude.Torbjorn Granlund2020-05-171-0/+4
* (mpn_dcpi1_bdiv_q_n_itch): Disable unused static function.Torbjorn Granlund2020-05-161-0/+2
* (tabp): Combine several undefined tabp variable definitions with a macro.Torbjorn Granlund2020-05-161-5/+19
* ChangeLogMarco Bodrato2020-03-111-1/+1
* mpn/generic/mul_fft.c (mpn_fft_mul_modF_K): Fully handle carry propagation in...Marco Bodrato2020-03-111-2/+5
* mpn/generic/mulmod_bnm1.c (mpn_bc_mulmod_bnp1): Simplify special cases.Marco Bodrato2020-03-091-9/+2
* Copyright yearsMarco Bodrato2020-02-092-2/+3
* mpn/generic/mulmod_bnm1.c (mpn_bc_mulmod_bnp1): Shorter mpn_mul_n.Marco Bodrato2020-02-091-7/+21
* mpn/generic/sqrmod_bnm1.c (mpn_bc_sqrmod_bnp1): Shorter mpn_sqr.Marco Bodrato2020-02-091-7/+11
* mpn/generic/perfsqr.c: Small changes in unused code...Marco Bodrato2020-02-061-3/+2
* mpn/generic/jacbase.c (mpn_jacobi_base): Exit condition for _METHOD == 4Marco Bodrato2020-02-061-2/+2
* mpn/generic/powm.c: Better handling of current window-size.Marco Bodrato2020-02-021-15/+6
* mpn/generic/powlo.c: Better handling of current window-size.Marco Bodrato2020-02-021-6/+6
* mpn/generic/powm.c (MPN_REDC_0): Subtractive redcMarco Bodrato2020-01-311-13/+390
* Make mpn_hgcd2_jacobi use the same div1 and div2 as mpn_hgcd2.Niels M?ller2020-01-241-130/+16
* Move div1 and div2 to a separate file, hgcd2-div.hNiels M?ller2020-01-242-452/+491
* Add CLOBBER_CC for powerpc asm.Torbjorn Granlund2020-01-155-7/+14
* Copyright yearsMarco Bodrato2019-12-201-1/+1
* Remove check for NATIVE_ implementation.Torbjorn Granlund2019-12-021-3/+2