summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2000-09-10 02:29:02 +0200
committerKevin Ryde <user42@zip.com.au>2000-09-10 02:29:02 +0200
commit7621135a24e44facc2935701e9b71fc38856b289 (patch)
treee722aa18223806c18c610ca6e192977996d93cfd /doc
parent25dd4720606dfd49ffb42cbc468946d89f2b4ade (diff)
downloadgmp-7621135a24e44facc2935701e9b71fc38856b289.tar.gz
Fix a typo.
Diffstat (limited to 'doc')
-rw-r--r--doc/tasks.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/tasks.html b/doc/tasks.html
index 909520de5..c42ab2bca 100644
--- a/doc/tasks.html
+++ b/doc/tasks.html
@@ -175,7 +175,7 @@
same might speed up the loop for P-II also, but maybe at the cost of one
extra division step.
<li> P6: <code>mpn_add_n</code> and <code>mpn_sub_n</code> should be able to go
- faster than generic x86 code at 3.5 c/l. The athlon code for instance
+ faster than the generic x86 code at 3.5 c/l. The athlon code for instance
runs at about 2.7.
<li> Alpha: Optimize <code>count_leading_zeros</code>.
<li> Alpha: Optimize <code>udiv_qrnnd</code>. (Ask Torbjörn for the file