aboutsummaryrefslogtreecommitdiff
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
commite8bde0ec190a4e472b225d4060edfd6e060a7287 (patch)
tree103f2ccb13a2e42020be9a13d5daecee30c29e78
parente9860628ee06517d576eccbb9f1b3fced1875afd (diff)
downloadgo-e8bde0ec190a4e472b225d4060edfd6e060a7287.tar.gz
go-e8bde0ec190a4e472b225d4060edfd6e060a7287.zip
install doc: arm is a little better
R=adg, r, r2 CC=golang-dev https://golang.org/cl/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 90689c82af..be1131d4aa 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>