summaryrefslogtreecommitdiff
path: root/mpn/generic/gcd_1.c
Commit message (Expand)AuthorAgeFilesLines
* New function mpn_gcd_11Niels M?ller2019-08-061-41/+4
* mpn_gcd_1: Simplify the structure of the remaining code variant.Niels M?ller2018-06-131-29/+41
* mpn_gcd_1: Delete unused code variant for GCD_1_METHOD == 1Niels M?ller2018-06-131-40/+0
* mpn/generic/gcd_1.c: Delete unused code variant for USE_ZEROTAB != 0.Niels M?ller2018-05-281-30/+0
* mpn/generic/gcd_1.c: Avoid an undefined behaviourMarco Bodrato2018-05-281-1/+1
* 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
* Parameterise zerotab code.Torbjorn Granlund2012-03-151-6/+12
* Separate declarations and initialisers for the benefit of C++.Torbjorn Granlund2011-10-141-2/+5
* Fix lot of spelling errors.Torbjorn Granlund2009-11-151-2/+2
* mpn/generic/gcd_1.c (mpn_gcd_1): Use masking tricks to reduceNiels Möller2009-07-031-0/+64
* Update license to version 3.tege2007-09-181-4/+2
* Update FSF's address.tege2006-02-151-2/+2
* Fix some spacing.tege2002-03-281-27/+27
* * gmp-impl.h (ASSERT_ZERO_P, ASSERT_MPN_NONZERO_P): New macros.Kevin Ryde2001-06-121-1/+1
* More of:Kevin Ryde2001-01-071-0/+1
* * mpn/generic/gcd_1.c: Use mpn_modexact_1_odd, reduce u%v if u muchKevin Ryde2001-01-071-23/+65
* Remove K&R function headers.tege2001-01-021-8/+1
* Copyright (C) -> Copyright.Kevin Ryde2000-10-151-1/+1
* * gmp-impl.h, longlong.h, mpn/generic/*.c: Add ASSERTs for variousKevin Ryde2000-09-261-1/+5
* *** empty log message ***tege2000-07-241-4/+4
* Provide dual ANSI/K&R function definitions.Kevin Ryde2000-04-291-1/+5
* Initial revisiontege1996-05-081-0/+73