aboutsummaryrefslogtreecommitdiffstats
path: root/src/zsqr.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make zmul and zsqr (calls low-level functions) inlineMattias Andrée2016-05-061-18/+7
* Ensure that failure does not result in memory leakMattias Andrée2016-04-261-4/+4
* Fix warnings (that were not turned on by default)Mattias Andrée2016-04-081-3/+1
* Rename zsplit_unsigned_fast_small_tainted to zsplit_unsigned_fast_small_autoMattias Andrée2016-03-251-1/+1
* Optimise zsqr, zmul, zstr, zdivmod, zpow, and zpowuMattias Andrée2016-03-161-22/+27
* Optimise zsqr, and optimise zmul a littleMattias Andrée2016-03-151-33/+46
* Optimise zsetup, zgcd, zmul, and zsqr and add -fltoMattias Andrée2016-03-151-18/+3
* Multiple changes:Mattias Andrée2016-03-131-1/+1
* OptimisationsMattias Andrée2016-03-131-1/+1
* Clean up, add zerror and zperror, fix bugs and add more testsMattias Andrée2016-03-041-4/+8
* Clean up, fix a few bugs, and add a testMattias Andrée2016-03-041-1/+1
* Add makefile and fix errorsMattias Andrée2016-03-041-1/+1
* Add zmul and zsqrMattias Andrée2016-03-031-0/+76