summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2010-10-26 08:34:40 -0700
committerRuss Cox <rsc@golang.org>2010-10-26 08:34:40 -0700
commit1f5e28c0b6e79e2ba422a4dcaea044dbeb9c6046 (patch)
treee191fb3221296eddc5097b326b315e3e8517fa4c
parent5cf552d7a06f5f0fae3920a8c241b7b3e7c98cd1 (diff)
downloadgo-1f5e28c0b6e79e2ba422a4dcaea044dbeb9c6046.tar.gz
install doc: arm is a little better
R=adg, r, r2 CC=golang-dev http://codereview.appspot.com/2749041
-rw-r--r--doc/install.html7
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/install.html b/doc/install.html
index 90689c82a..be1131d4a 100644
--- a/doc/install.html
+++ b/doc/install.html
@@ -45,8 +45,11 @@ architectures.
</dt>
<dd>
Incomplete.
- It only supports Linux binaries, floating point is weak,
- it has code generation bugs, and the optimizer is not enabled.
+ It only supports Linux binaries, the optimizer is not enabled,
+ and floating point is performed entirely in software.
+ However, all tests pass.
+ Work on the optimizer and use of the VFP hardware
+ floating point unit is underway.
Tested against a Nexus One.
</dd>
</dl>