summaryrefslogtreecommitdiff
path: root/mpn
Commit message (Expand)AuthorAgeFilesLines
* Revert last change in favour of a simple change (thanks Marco!).Torbjorn Granlund2013-01-312-16/+2
* Take toom6h and toom8h into account, using new macro MUL_NEXTALG_THRESHOLD.Torbjorn Granlund2013-01-302-4/+18
* Swap some lines to make it similar to mod_4.c.Torbjorn Granlund2013-01-261-7/+10
* (normalization_steps): Eliminate set-but-unused variable.Torbjorn Granlund2013-01-181-3/+1
* Fix language typos.Torbjorn Granlund2013-01-083-4/+4
* Minor reorg, add vax D code.Torbjorn Granlund2012-12-311-65/+116
* Complete rewrite of non-IEEE code.Torbjorn Granlund2012-12-271-213/+178
* Avoid 'shift' used elsewhere in m4 macros.Torbjorn Granlund2012-12-251-4/+4
* Cleanup.Torbjorn Granlund2012-12-251-36/+25
* Use LEA for binvert_limb_table.Torbjorn Granlund2012-12-251-26/+19
* Copyright year.Marco Bodrato2012-12-201-1/+1
* (mpn_preinv_mu_div_qr): Explicitly use MPN_COPY_INCR for slightly overlapping...Torbjorn Granlund2012-12-161-1/+1
* Retune.Torbjorn Granlund2012-12-154-106/+109
* RetuneMarco Bodrato2012-12-151-2/+2
* Retune.Torbjorn Granlund2012-12-1526-985/+1221
* (JMPENT): Remove PIC variant.Torbjorn Granlund2012-12-131-9/+14
* (JUMPTABSECT): Define to .text, instead of something sensible.Torbjorn Granlund2012-12-131-4/+16
* (JMPENT): Push PIC test inside macro, for clarity.Torbjorn Granlund2012-12-131-2/+8
* Properly support PIC code in x86_64 code with jump tables.Torbjorn Granlund2012-12-126-38/+65
* Try different jump table for the benefit of broken Apple linkers.Torbjorn Granlund2012-12-111-15/+17
* Add some ARM A15 cycle numbers.Torbjorn Granlund2012-12-087-7/+7
* Fix a comment typo.Torbjorn Granlund2012-12-081-1/+1
* Valgrind workaround.Niels M?ller2012-12-051-0/+5
* (mpn_dc_set_str): Work around a valgrind issue.Torbjorn Granlund2012-12-051-1/+3
* New file.Torbjorn Granlund2012-11-301-0/+167
* Modernise VAX support.Torbjorn Granlund2012-11-2515-597/+576
* Reinsert non-IEEE code.Torbjorn Granlund2012-11-251-4/+85
* Add copyright years.Torbjorn Granlund2012-11-20132-289/+296
* Whitespace cleanup.Torbjorn Granlund2012-11-178-12/+12
* (redcify): Use mpn_sb_div_r_sec.Torbjorn Granlund2012-11-161-0/+16
* Adjust sbpi1 scratch argument in new div_sec code.Torbjorn Granlund2012-11-161-2/+4
* Add side-channel silent mpn division.Torbjorn Granlund2012-11-162-0/+263
* Fix comment typo.Torbjorn Granlund2012-11-151-1/+1
* Fix typo.Torbjorn Granlund2012-11-121-1/+1
* Tune, simplify.Torbjorn Granlund2012-11-121-72/+26
* Fix comment typo.Torbjorn Granlund2012-11-121-1/+1
* Remove test for old GMP release.Torbjorn Granlund2012-11-121-6/+1
* (mpn_bdiv_qr_wrap): Make static.Torbjorn Granlund2012-11-101-2/+2
* mpn_brootinv: Interface change, limbs rather than bits.Niels M?ller2012-11-012-18/+57
* (mpn_hgcd2): Removed redundant loop exit tests in the single-precision loop.Niels M?ller2012-11-011-4/+0
* Optimization of mpn_broot.Niels M?ller2012-10-311-18/+20
* Benchmarking of broot functions.Niels M?ller2012-10-311-1/+1
* Overhaul; (binv_root, binv_sqroot): Remove.Torbjorn Granlund2012-10-281-214/+79
* * mpn/generic/brootinv.c: New file, code from overhauled binv_root.Torbjorn Granlund2012-10-283-0/+218
* Whitespace cleanup.Torbjorn Granlund2012-10-281-7/+7
* Implemented mpn_broot.Niels M?ller2012-10-281-0/+184
* Further edit comments.Torbjorn Granlund2012-10-271-25/+29
* Whitespace cleanup.Torbjorn Granlund2012-10-271-2/+2
* Trivial merge.Torbjorn Granlund2012-10-271-0/+45
|\
| * perfpow: Add comments on some possible improvements.Niels M?ller2012-10-261-0/+45