summaryrefslogtreecommitdiff
path: root/mpn/generic/popham.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+2
* Add copyright years.Torbjorn Granlund2012-11-201-1/+2
* Add forgotten copyright years.Torbjorn Granlund2012-01-171-1/+1
* From Per Olofsson: Add __GMP_NOTHROW to make it match gmp.h.Torbjorn Granlund2011-10-141-1/+1
* Change all bit counts for bignums to use mp_bitcnt_t. Update documentation.Torbjorn Granlund2009-12-201-2/+2
* Clean up spacing.tege2007-09-241-1/+1
* Update license to version 3.tege2007-09-181-4/+2
* Update FSF's address.tege2006-02-151-2/+2
* Compute final summation differently for 64-bit.tege2005-05-011-10/+12
* Add comment.tege2004-11-101-1/+1
* New file, using new faster algorithm.tege2002-11-181-0/+114
* * mpn/generic/popcount.c, mpn/generic/hamdist.c: Split from popham.c,Kevin Ryde2001-09-081-123/+0
* * mpn/generic/popham.c: Don't support size==0.Kevin Ryde2001-04-201-21/+20
* Remove K&R function headers.tege2001-01-021-6/+1
* Add comment about magic constants.tege2000-12-131-0/+7
* Handle limb bitsizes of 4, 8, 16.tege2000-12-131-6/+18
* Copyright (C) -> Copyright.Kevin Ryde2000-10-151-1/+1
* * gmp-impl.h, mpn/generic/*.c: Add ASSERTs for various parameterKevin Ryde2000-09-251-0/+4
* * mpn/generic/popham.c: New file merging popcount and hamdist, noKevin Ryde2000-08-251-0/+106