| age |
author |
description |
| Wed, 23 May 2012 23:34:53 +0200 |
Torbjorn Granlund |
Rewrite mpz reuse.c.default tip |
| Wed, 23 May 2012 23:21:13 +0200 |
Marco Bodrato |
Mark failing branches with UNLIKELY. |
| Wed, 23 May 2012 12:03:30 +0200 |
Marco Bodrato |
mpz/sqrt{,rem}.c: Further simplify. |
| Tue, 22 May 2012 22:54:31 +0200 |
Torbjorn Granlund |
Allocate less for overlapping operands. |
| Tue, 22 May 2012 20:32:36 +0200 |
Torbjorn Granlund |
Simpify some mpz functions. |
| Tue, 22 May 2012 07:51:15 +0200 |
Marco Bodrato |
tests/mpn/t-toom8h.c: Don't use GMP_NUMB_BITS when undefined. |
| Mon, 21 May 2012 22:11:57 +0200 |
Marco Bodrato |
mpn/generic/toom8h_mul.c: Likewise. |
| Mon, 21 May 2012 22:11:21 +0200 |
Marco Bodrato |
typos. |
| Sun, 20 May 2012 23:36:07 +0200 |
Marco Bodrato |
mpn/generic/toom8_sqr.c: Reduce branches for recursion. |
| Sun, 20 May 2012 23:34:16 +0200 |
Marco Bodrato |
Remove a wrong LIKELY() |
| Sun, 20 May 2012 23:33:26 +0200 |
Marco Bodrato |
typo. |
| Sun, 20 May 2012 20:43:40 +0200 |
Torbjorn Granlund |
Rewrite t-gcd.c. |
| Sun, 20 May 2012 14:45:15 +0200 |
Torbjorn Granlund |
Remove debug printing. |
| Sun, 20 May 2012 12:45:29 +0200 |
Torbjorn Granlund |
Up rounds to 200 again. |
| Sat, 19 May 2012 22:30:20 +0200 |
Torbjorn Granlund |
Attempt to improve gcd code coverage. |
| Fri, 18 May 2012 16:13:07 +0200 |
Marco Bodrato |
mpz/rootrem.c: Correctly handle odd roots of negatives. |
| Fri, 18 May 2012 12:29:07 +0200 |
Marco Bodrato |
mpz/primorial_ui.c: Disable unused primesieve functions |
| Fri, 18 May 2012 11:34:38 +0200 |
Marco Bodrato |
Disable unused primesieve functions. |
| Fri, 18 May 2012 10:23:00 +0200 |
Marco Bodrato |
Copyright year. |
| Fri, 18 May 2012 10:22:00 +0200 |
Marco Bodrato |
tests/mpz: slightly wider coverage. |
| Fri, 18 May 2012 10:18:36 +0200 |
Marco Bodrato |
mpz/cmpabs_d.c: Remove an unused branch. |
| Fri, 18 May 2012 10:17:39 +0200 |
Marco Bodrato |
mpn/generic/mullo_n.c: Disable MAYBE_ if WANT_FAT_BINARY. |
| Fri, 18 May 2012 10:16:51 +0200 |
Marco Bodrato |
tests/mpf/t-set.c: use TESTS_REPS. |
| Thu, 17 May 2012 14:54:04 +0200 |
Marco Bodrato |
tests: slightly wider coverage. |
| Thu, 17 May 2012 13:07:32 +0200 |
Marco Bodrato |
tests/mpf/t-set.c (check_random): New check, both set and init_set. |
| Thu, 17 May 2012 13:05:19 +0200 |
Marco Bodrato |
tests/mpf/t-set_ui.c (check_data): LONG_HIGHBIT -> ULONG_HIGHBIT. |
| Thu, 17 May 2012 11:23:36 +0200 |
Marco Bodrato |
typo. |
| Thu, 17 May 2012 10:55:57 +0200 |
Torbjorn Granlund |
Put decls correct for C89. |
| Thu, 17 May 2012 10:08:42 +0200 |
Marco Bodrato |
Copyright year. |
| Thu, 17 May 2012 10:06:48 +0200 |
Marco Bodrato |
mpf/pow_ui.c: Simplify. |
| Thu, 17 May 2012 10:05:50 +0200 |
Marco Bodrato |
tests/mpf/reuse.c (dsi_func): Exercise pow_ui. (REMEMBER: not checking correctness!) |
| Thu, 17 May 2012 10:04:07 +0200 |
Marco Bodrato |
Typo. |
| Wed, 16 May 2012 20:17:00 +0200 |
Torbjorn Granlund |
Rewrite tests/mpf/t-eq.c. |
| Sun, 13 May 2012 16:05:41 +0200 |
Torbjorn Granlund |
Retune. |
| Sun, 13 May 2012 01:17:52 +0200 |
Torbjorn Granlund |
Add ARM rsh1add_n and rsh1sub_n. |
| Sun, 13 May 2012 01:16:38 +0200 |
Torbjorn Granlund |
Add ARM v5 mod_1s_2p. |
| Fri, 11 May 2012 19:51:40 +0200 |
Marc Glisse |
explicit conversion to bool |
| Thu, 10 May 2012 18:30:22 +0200 |
Marco Bodrato |
Changelog |
| Thu, 10 May 2012 18:26:36 +0200 |
Marco Bodrato |
mpn/generic/toom[23]*: Override global __gmpn_cpuvec_initialized with a local constant. |
| Thu, 10 May 2012 18:25:34 +0200 |
Marco Bodrato |
Rename __gmpn_cpuvec.initialized to __gmpn_cpuvec_initialized |
| Thu, 10 May 2012 18:24:30 +0200 |
Marco Bodrato |
mpz/bin_uiui.c: Remove unused elements from tables. |
| Wed, 09 May 2012 16:18:18 +0200 |
Marco Bodrato |
mpz/bin_uiui.c: reinserted one of the shifts. |
| Wed, 09 May 2012 15:44:05 +0200 |
Marco Bodrato |
Whitespace cleanup. |
| Wed, 09 May 2012 08:31:40 +0200 |
Marco Bodrato |
mpz/bin_uiui.c: Safer (NAIL ready?) MAXFACS, removed unneeded shifts. |
| Wed, 09 May 2012 07:59:28 +0200 |
Marco Bodrato |
mpn/generic/sqrtrem.c (invsqrttab): Reduce size removing common byte. |
| Wed, 09 May 2012 05:50:26 +0200 |
Marco Bodrato |
mini-gmp/mini-gmp.c: merge mpz_rootrem and mpz_sqrtrem. |
| Tue, 08 May 2012 14:48:22 +0200 |
Torbjorn Granlund |
(REDC_1_TO_REDC_N_THRESHOLD): Up to 9, for coherency with mpn/generic/redc_n.c. |
| Mon, 07 May 2012 23:51:57 +0200 |
Torbjorn Granlund |
Trivial merge. |
| Mon, 07 May 2012 23:51:00 +0200 |
Torbjorn Granlund |
Revert ENABLE_UNTESTED_FUNCTIONS change. |
| Mon, 07 May 2012 19:19:49 +0200 |
Marco Bodrato |
typos in previous commit (was 32-bit only) |
| Mon, 07 May 2012 19:14:12 +0200 |
Marco Bodrato |
tune/tuneup.c: Update minimal threshold for FAC_DSC. |
| Mon, 07 May 2012 19:12:02 +0200 |
Marco Bodrato |
mpz/oddfac_1.c: Add ASSERTs to warn about small threshold. |
| Mon, 07 May 2012 08:31:11 +0200 |
Marco Bodrato |
Updated minithres. |
| Sun, 06 May 2012 20:13:17 +0200 |
Torbjorn Granlund |
Put untested mini-gmp functions under ENABLE_UNTESTED_FUNCTIONS. |
| Sun, 06 May 2012 19:32:33 +0200 |
Torbjorn Granlund |
Simplify n=4 code. |
| Sat, 05 May 2012 18:07:56 +0200 |
Marco Bodrato |
Disable MAYBE_ if WANT_FAT_BINARY. In toom2 and toom3 code. |
| Sat, 05 May 2012 17:57:32 +0200 |
Marco Bodrato |
mpn/generic/toom22_mul.c: Disable MAYBE_ if WANT_FAT_BINARY. |
| Sat, 05 May 2012 17:36:33 +0200 |
Marco Bodrato |
gmp-impl.h (ABOVE_THRESHOLD): New definition with __builtin_constant_p. |
| Sat, 05 May 2012 17:27:58 +0200 |
Marco Bodrato |
gmp-impl.h (FAC_???_THRESHOLD): Update default values. |
| Sat, 05 May 2012 17:21:22 +0200 |
Marco Bodrato |
tune/tuneup.c (tune_fac_u): Update DSC_THRESHOLD minimum. |