| Commit message (Expand) | Author | Age | Files | Lines |
* | Whitespace cleanup. | Torbjorn Granlund | 2014-01-14 | 1 | -1/+1 |
* | gmp-impl.h: Declare all _itch functions using ATTRIBUTE_CONST. | Marco Bodrato | 2014-01-05 | 1 | -16/+16 |
* | Add a copyright year. | Torbjorn Granlund | 2014-01-05 | 1 | -1/+1 |
* | Declare all itch functions using __GMP_ATTRIBUTE_PURE. | Torbjorn Granlund | 2014-01-05 | 1 | -16/+16 |
* | SHRT_MAX etc have the promoted type in standard C. | Marc Glisse | 2014-01-02 | 1 | -3/+3 |
* | Always include <limits.h>. | Marc Glisse | 2014-01-02 | 1 | -6/+6 |
* | Add several mpn_sec functions to public interface. | Torbjorn Granlund | 2013-12-28 | 1 | -11/+1 |
* | Encoding conversion to UTF-8 | Marco Bodrato | 2013-12-26 | 1 | -1/+1 |
* | Rename mpn_blah_sec to mpn_sec_blah. | Torbjorn Granlund | 2013-12-26 | 1 | -15/+15 |
* | Use https to link to GNU license. | Torbjorn Granlund | 2013-12-02 | 1 | -1/+1 |
* | Collapse copyright years. | Torbjorn Granlund | 2013-11-28 | 1 | -3/+1 |
* | Remove mpn_sqr declaration, rely on copy in gmp-in.h. | Torbjorn Granlund | 2013-10-30 | 1 | -3/+0 |
* | Implemented tuning of mpn_div_qr_1. | Niels M?ller | 2013-10-20 | 1 | -0/+12 |
* | New function mpn_div_qr_1. | Niels M?ller | 2013-10-20 | 1 | -0/+3 |
* | Fix a comment. | Torbjorn Granlund | 2013-09-15 | 1 | -1/+2 |
* | Add cnd_add_n and cnd_sub_n as fat functions. | Torbjorn Granlund | 2013-07-31 | 1 | -0/+6 |
* | Amend last change. | Torbjorn Granlund | 2013-05-03 | 1 | -7/+9 |
* | Override mpn_addlsh1_n, mpn_addlsh2_n, mpn_sublsh1_n, etc with mpn_addlsh_n, ... | Torbjorn Granlund | 2013-04-29 | 1 | -0/+40 |
* | More of: Make precomputed arg 'const'. | Torbjorn Granlund | 2013-03-27 | 1 | -1/+1 |
* | Make precomputed arg 'const'. | Torbjorn Granlund | 2013-03-27 | 1 | -4/+4 |
* | Make mpn_cnd_add_n and mpn_cnd_sub_n public. | Niels M?ller | 2013-03-26 | 1 | -4/+0 |
* | gmp-impl.h (mpz_zero_p): Rewrite the for loop with a while. | Marco Bodrato | 2013-03-13 | 1 | -3/+2 |
* | Renaming of mpn_addcnd_n and mpn_subcnd_n to mpn_cnd_*. | Niels M?ller | 2013-03-13 | 1 | -4/+4 |
* | Reorder arguments for mpn_addcnd_n and mpn_subcnd_n. | Niels M?ller | 2013-03-10 | 1 | -2/+2 |
* | gmp-impl.h (NEG_CAST, ABS_CAST): Use __GMP_CAST. | Marco Bodrato | 2013-02-15 | 1 | -2/+2 |
* | gmp-impl.h (NEG_CAST): New macro, used by ABS_CAST. | Marco Bodrato | 2013-02-14 | 1 | -1/+2 |
* | gmp-impl.h (MPZ_PROVOKE_REALLOC): Remove unused macro. | Marco Bodrato | 2013-02-12 | 1 | -4/+0 |
* | (DIGITS_IN_BASE_PER_LIMB): Add a cast. | Torbjorn Granlund | 2013-02-01 | 1 | -3/+4 |
* | (double_extract): New union type for vax D floats. | Torbjorn Granlund | 2012-12-31 | 1 | -0/+15 |
* | Add side-channel silent mpn division. | Torbjorn Granlund | 2012-11-16 | 1 | -0/+10 |
* | mpn_brootinv: Interface change, limbs rather than bits. | Niels M?ller | 2012-11-01 | 1 | -1/+1 |
* | Benchmarking of broot functions. | Niels M?ller | 2012-10-31 | 1 | -0/+3 |
* | Declare new functions. | Torbjorn Granlund | 2012-10-28 | 1 | -0/+9 |
* | Implemented mpn_broot. | Niels M?ller | 2012-10-28 | 1 | -0/+2 |
* | gmp-impl.h (_mpz_newalloc, log_n_max): mark with inline (spotted by Niels) | Marco Bodrato | 2012-08-12 | 1 | -2/+2 |
* | Replace MPN_SIZEINBASE_16 in gmp-impl.h with MPN_SIZEINBASE_2EXP from mpz/exp... | Marco Bodrato | 2012-06-24 | 1 | -19/+11 |
* | (MPZ_NEWALLOC): New macro. Use it in mpq and some mpz. | Marco Bodrato | 2012-06-08 | 1 | -0/+15 |
* | gmp-impl.h (MPN_NORMALIZE_NOT_ZERO): Tighter ASSERT. | Marco Bodrato | 2012-06-08 | 1 | -1/+1 |
* | gmp-impl.h (__GMP_WITHIN_CONFIGURE): Use the same #if as in gmp-h.in. | Marco Bodrato | 2012-06-08 | 1 | -1/+1 |
* | Whitespace cleanup. | Torbjorn Granlund | 2012-06-02 | 1 | -24/+24 |
* | Macro LIMBS removed, always use PTR. | Marco Bodrato | 2012-06-01 | 1 | -1/+0 |
* | Rename __gmpn_cpuvec.initialized to __gmpn_cpuvec_initialized | Marco Bodrato | 2012-05-10 | 1 | -2/+2 |
* | gmp-impl.h (ABOVE_THRESHOLD): New definition with __builtin_constant_p. | Marco Bodrato | 2012-05-05 | 1 | -0/+7 |
* | gmp-impl.h (FAC_???_THRESHOLD): Update default values. | Marco Bodrato | 2012-05-05 | 1 | -2/+2 |
* | Share log_n_max and its table. | Marco Bodrato | 2012-04-30 | 1 | -0/+10 |
* | Share precomputed (n-popcount(n)). | Marco Bodrato | 2012-04-30 | 1 | -0/+1 |
* | Share some tables among combinatoric functions. | Marco Bodrato | 2012-04-30 | 1 | -0/+3 |
* | Renamed files with constants for combinatorics. | Marco Bodrato | 2012-04-22 | 1 | -0/+1 |
* | Move LOG2C to gmp-impl.h | Marco Bodrato | 2012-04-20 | 1 | -0/+7 |
* | Move bitwise_primesieve from mpz/oddfac to a generally available function. | Marco Bodrato | 2012-04-19 | 1 | -0/+3 |