summaryrefslogtreecommitdiff
path: root/doc/tasks.html
Commit message (Expand)AuthorAgeFilesLines
* Add a caution about that the file is somewhat outdated.Torbjorn Granlund2008-12-151-5/+15
* Remove URL to removed code.tege2008-05-221-1/+1
* Update license to version 3.tege2007-09-181-4/+2
* Update to current statustege2006-04-211-32/+11
* Update FSF's address.tege2006-02-151-2/+2
* Remove invert_limb use [-1-d]:[-1], done.Kevin Ryde2004-05-081-14/+0
* Remove alpha osf ${wl} apparently unexpanded, a non-problem.Kevin Ryde2004-05-061-4/+1
* Note mpf_eq revision is in progress.Kevin Ryde2004-04-131-3/+9
* Remove mpf_div x/x equal to 1, done.Kevin Ryde2004-03-141-18/+6
* Add mpf_mul_2exp and mpf_div_2exp avoid low zeros.Kevin Ryde2004-02-281-5/+17
* Add mpz_pow_ui overflow detection.Kevin Ryde2004-02-141-4/+10
* Show mpz_rscan0 for reverse direction scanning, a name preferenceKevin Ryde2004-02-091-4/+5
* Add mpf_div_ui test in advance for high quotient limb zero.Kevin Ryde2004-01-241-0/+5
* Add mpf_div_ui use mpn_divrem_1.Kevin Ryde2004-01-231-1/+8
* Remove mpf_sqrt_ui, mpf_sqrt excess precision, done.Kevin Ryde2004-01-221-5/+3
* Add ev6 addlsh1_n, mainly as a reminder addmul_1 is beating lshift+add_n.Kevin Ryde2004-01-151-1/+6
* Add _LONG_LONG_LIMB not namespace clean.Kevin Ryde2004-01-061-1/+8
* Add ppc601 check which of power or powerpc code is better.Kevin Ryde2004-01-031-2/+5
* Remove thresholds to be >N rather than >=, decide against this.Kevin Ryde2004-01-021-14/+2
* Note long double is an ANSI-ism.Kevin Ryde2003-12-311-1/+4
* Add various mpn_sqrtrem bits.Kevin Ryde2003-12-311-3/+14
* Remove alpha ev67 ctpop mpn_popcount and mpn_hamdist, done.Kevin Ryde2003-11-301-5/+1
* Remove usqr_ppm, decide against this.Kevin Ryde2003-11-281-5/+0
* Add alpha unicos .align.Kevin Ryde2003-11-281-0/+4
* Add alpha count_leading_zeros inline.Kevin Ryde2003-11-281-21/+15
* Add mpq_add duplicate division.Kevin Ryde2003-11-111-1/+15
* Remove mpz_div and mpz_divmod follow mpz_mod rounding.Kevin Ryde2003-10-301-3/+0
* Remove mpz_*_ui division return real remainder.Kevin Ryde2003-10-301-4/+0
* Add note on C++ long long probably always available.Kevin Ryde2003-10-301-1/+7
* Remove C++ operator>> test program, done.Kevin Ryde2003-10-241-3/+0
* Remove z8k 32-bit limb as an ABI choice, moved to mpn/z8000/README,Kevin Ryde2003-10-241-3/+0
* Move mpz_invert use mpn_gcdext up to machine independent optimizations.Kevin Ryde2003-10-241-2/+2
* Remove "make distclean" remove all mpn links, decide against this.Kevin Ryde2003-10-241-6/+1
* Remove mpn_mul_basecase cache locality on big N small M, done in mpn_mul.Kevin Ryde2003-10-211-5/+0
* Amend toom3 cache localization, USE_MORE_MPN is now the only choice.Kevin Ryde2003-10-211-4/+3
* Reword ARM V5 clz, add gcc 3.4 __builtin_clzl.Kevin Ryde2003-10-211-2/+3
* Remove ARC umul_ppmm using __umulsidi3, don't bother with this, it'sKevin Ryde2003-10-211-3/+0
* Remove ev67 use ctlz and cttz, done.Kevin Ryde2003-10-211-4/+1
* Reword C++ global locale bits a little.Kevin Ryde2003-10-181-7/+27
* Remove gmp_randclass gmp_randinit_lc_2exp_size exception, done.Kevin Ryde2003-10-181-10/+1
* Merge duplicate possible mpf_get_ld/mpf_set_ld additions.Kevin Ryde2003-10-181-18/+21
* Remove demos/pexpr.c local variables versus setjmp, believe ok.Kevin Ryde2003-10-181-30/+1
* Move all m68k stuff to mpn/m68k/README, on the basis that we've got noKevin Ryde2003-10-181-19/+1
* Move m88k non-underscore and .S sysdep.h entries to new mpn/m88k/README.Kevin Ryde2003-10-181-6/+1
* Remove sparc64 32-bit special case mpn_divrem_1 and mpn_mod_1, done.Kevin Ryde2003-10-121-4/+0
* Tweak wording of ev67/68 __builtin_ctlz etc.Kevin Ryde2003-10-111-7/+11
* Remove two toom3 tasks, obsoleted by Paul's new code.tege2003-09-171-10/+1
* Remove us64 divexact_1 and modexact_1 32-bit special cases, done.Kevin Ryde2003-09-161-24/+11
* Add alpha ev68 gcc __builtin_ctz and __builtin_clz.Kevin Ryde2003-07-311-1/+11
* Add ultrasparc/32 divexact_1 and divexact_by3c using 64-bits at a time.Kevin Ryde2003-07-241-6/+18