summaryrefslogtreecommitdiff
path: root/mpn
Commit message (Collapse)AuthorAgeFilesLines
* Optimizations from Robert Harley.tege2000-04-174-124/+116
|
* Regenerate for:Linus Nordberg2000-04-171-3/+3
| | | | (EXTRA_DIST): Add `m88k', `lisp'.
* (EXTRA_DIST): Add `m88k', `lisp'.Linus Nordberg2000-04-171-3/+3
|
* Suppress output of leadign zeros.tege2000-04-161-0/+5
|
* Update copyright year.tege2000-04-164-4/+4
|
* Use __gmpn prefix (by means of __MPN).tege2000-04-161-2/+2
|
* Use __gmpn prefix (using MPN).tege2000-04-163-6/+6
|
* Use __gmpn prefix (using __MPN).tege2000-04-162-4/+4
|
* Use __gmpn prefix.tege2000-04-163-8/+8
|
* Work around gcc 2.7.2.3 i386 register handling bug.tege2000-04-161-1/+8
|
* Use udiv_qrnnd instead of mpn_divrem_1 when computing appropriatetege2000-04-161-1/+6
| | | | quotient; mpn_divrem_1 writes too many quotient limbs.
* mpn_invert_normalized_limb => mpn_invert_limb.tege2000-04-161-3/+3
|
* invert_normalized_limb => invert_limb.tege2000-04-161-1/+1
|
* Add a copyright year.Kevin Ryde2000-04-16100-100/+102
|
* Change __mpn to __gmpn.Kevin Ryde2000-04-1647-197/+197
|
* Change __mpn to __gmpn.Kevin Ryde2000-04-161-2/+2
|
* Change __mpn to __gmpn.Kevin Ryde2000-04-1682-287/+287
|
* Change __mpn to __gmpn.Kevin Ryde2000-04-164-11/+11
|
* Don't use alloca directly.tege2000-04-151-11/+18
|
* * mpn/generic/sb_divrem_mn.c (mpn_sb_divrem_mn): Patch to avoidKevin Ryde2000-04-151-4/+12
| | | | | gcc 2.7.2.3 i386 register handling bug (same as previously in mpn_divrem_classic).
* * mpn/generic/divrem.c: Now contains mpn_divrem, which is not anKevin Ryde2000-04-151-6/+0
| | | | internal function, so remove warning comment.
* Fix typo in comment.tege2000-04-151-1/+1
|
* Remove C++ style `//' commented-out code.tege2000-04-152-2/+0
|
* Remove configure fragments not used since change to autoconf.Kevin Ryde2000-04-145-7/+0
|
* Add comment that internal functions are changeable and shouldn't beKevin Ryde2000-04-142-2/+14
| | | | used directly.
* Add a copyright year.Kevin Ryde2000-04-141-1/+1
|
* Set up parameters for TOOM3.tege2000-04-141-2/+12
|
* Replace mpn_divrem_classic with a mpn_divrem wrapper.tege2000-04-141-111/+54
|
* New files replacing old division code.tege2000-04-143-0/+782
|
* Delete file.tege2000-04-142-380/+0
|
* Add a copyright year.Kevin Ryde2000-04-141-1/+1
|
* Add comment that internal functions should not be used directly.Kevin Ryde2000-04-1410-5/+60
|
* (__udiv_qrnnd64): Add K&R function definition.Linus Nordberg2000-04-141-0/+8
|
* Add K&R function definition.Kevin Ryde2000-04-131-1/+10
|
* Add K&R function definitions.Kevin Ryde2000-04-131-6/+133
|
* Bye.tege2000-04-131-88/+0
|
* Add a copyright year.Kevin Ryde2000-04-122-2/+3
|
* Regenerate for: (AUTOMAKE_OPTIONS): Add "no-dependencies".Linus Nordberg2000-04-121-50/+21
|
* (AUTOMAKE_OPTIONS): Add "no-dependencies".Linus Nordberg2000-04-121-1/+1
|
* Add a copyright year.Kevin Ryde2000-04-1223-23/+30
|
* Add a copyright year.Kevin Ryde2000-04-127-7/+7
|
* Add a copyright year.Kevin Ryde2000-04-1218-18/+21
|
* Add a copyright year.Kevin Ryde2000-04-1218-18/+20
|
* Add a copyright year.Kevin Ryde2000-04-121-1/+1
|
* Add a copyright year.Kevin Ryde2000-04-124-4/+6
|
* Add a copyright year.Kevin Ryde2000-04-125-5/+6
|
* * mpn/asm-defs.m4: Add a test and message for the unsuitable SunOS m4.Kevin Ryde2000-04-121-7/+24
|
* Add copyright.Kevin Ryde2000-04-123-0/+63
|
* Rename udiv.s to udiv.S, and umul.s to umul.S.Kevin Ryde2000-04-122-0/+0
|
* Add copyright.Kevin Ryde2000-04-121-0/+21
| | | | Rename from umul.s included removing .file and compiler identifiers.