summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2000-10-06 00:20:32 +0200
committerKevin Ryde <user42@zip.com.au>2000-10-06 00:20:32 +0200
commiteb06b272a7ec63396314e4ae31dc65ad5b0918d5 (patch)
treeec0dfe6a1c657a2badd5ee5d350f2cc6b4ff4188 /doc
parenta2e55b3cee2d53664814fa17b184cb8abe74aefb (diff)
downloadgmp-eb06b272a7ec63396314e4ae31dc65ad5b0918d5.tar.gz
Add mpz_scan0 and mpz_scan1 improvement task.
Diffstat (limited to 'doc')
-rw-r--r--doc/tasks.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/tasks.html b/doc/tasks.html
index 4852cb976..d3f46787a 100644
--- a/doc/tasks.html
+++ b/doc/tasks.html
@@ -60,6 +60,10 @@
make it so by default and leave a --enable-alloca=malloc-nonreentrant with
the current code. A reentrant version will probably be slower since it
can't share malloced blocks across function calls.
+<li> <code>mpz_scan0</code> and <code>mpz_scan1</code> only work in quite
+ limited circumstances and could be improved. Supporting twos complement
+ like the other bitwise functions would be good. A defined return value
+ for no 0 or 1 found would be good too, perhaps <code>ULONG_MAX</code>.
</ul>