summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2001-11-04 23:44:34 +0100
committerKevin Ryde <user42@zip.com.au>2001-11-04 23:44:34 +0100
commit38fb892de0b380c7246a99dad085ccdee8b0b48f (patch)
tree4b9cd671e649f9ff7a52b9d87521866cc3f7e4fe /doc
parentf1100a7ff3e69708d0c193e0104f5a8d3849593e (diff)
downloadgmp-38fb892de0b380c7246a99dad085ccdee8b0b48f.tar.gz
Add invert_limb newton iteration for various chips.
Diffstat (limited to 'doc')
-rw-r--r--doc/tasks.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/tasks.html b/doc/tasks.html
index b25325f44..ee0f9c098 100644
--- a/doc/tasks.html
+++ b/doc/tasks.html
@@ -34,7 +34,7 @@ Copyright 2000, 2001 Free Software Foundation, Inc.
<hr>
<!-- NB. timestamp updated automatically by emacs -->
<comment>
- This file current as of 25 Oct 2001. An up-to-date version is available at
+ This file current as of 5 Nov 2001. An up-to-date version is available at
<a href="http://www.swox.com/gmp/tasks.html">http://www.swox.com/gmp/tasks.html</a>.
Please send comments about this page to
<a href="mailto:bug-gmp@gnu.org">bug-gmp@gnu.org</a>.
@@ -328,6 +328,8 @@ Copyright 2000, 2001 Free Software Foundation, Inc.
#else /* system compiler */
...
#endif </pre>
+<li> <code>invert_limb</code> on various processors might benefit from the
+ little Newton iteration done for alpha and ia64.
<li> Alpha 21264: Improve feed-in code for <code>mpn_addmul_1</code> and
<code>mpn_submul_1</code>. Integrate new <code>mpn_mul_1</code> code.
<li> Alpha 21164: Rewrite <code>mpn_addmul_1</code>, <code>mpn_submul_1</code>,