summaryrefslogtreecommitdiff
path: root/mpn/generic/gcdext_1.c
Commit message (Expand)AuthorAgeFilesLines
* Delete USE_ZEROTAB from gcdext_1.c.Niels M?ller2019-11-241-60/+5
* mpn/generic/gcdext_1.c: remove non printable char from a commentMarco Bodrato2019-11-091-1/+1
* Fix canonicalization condition in binary mpn_gcdext_1.Niels M?ller2019-10-011-2/+5
* Include just gmp-impl.h, make gmp-impl.h grab gmp.h.Torbjorn Granlund2016-08-291-1/+0
* Update library files license to use LGPL3+ and GPL2+.Torbjorn Granlund2014-01-271-7/+18
* Canonicalise copyright headers.Torbjorn Granlund2014-01-191-3/+3
* Use https to link to GNU license.Torbjorn Granlund2013-12-021-1/+1
* Collapse copyright years.Torbjorn Granlund2013-11-281-2/+1
* Fix typos.Torbjorn Granlund2013-07-221-1/+1
* Updated (c) year.Niels Möller2009-12-161-1/+1
* Whitespace cleanup.Torbjorn Granlund2009-12-111-20/+20
* Use table lookup for count_trailing_zeros.Niels Möller2009-12-081-8/+71
* Various masking tricks for binary gcdext_1.Niels Möller2009-12-031-35/+106
* Re implemented binary gcdext_1, with proper canonicalization.Niels Möller2009-12-031-0/+104
* Fixes for mpn_gcdext_1 with a < b.Niels Möller2009-12-031-2/+5
* Signed cofactors from gcdext_1. Updated gcdext_lehmer.Niels Möller2009-12-021-258/+16
* New implementation of gcd and gcdext using Lehmer and hgcd2 (untested)Niels Möller2008-09-051-0/+319