From: Russ Cox Date: Tue, 26 Oct 2010 15:34:40 +0000 (-0700) Subject: install doc: arm is a little better X-Git-Tag: weekly.2010-10-27~14 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=e8bde0ec190a4e472b225d4060edfd6e060a7287;p=gostls13.git install doc: arm is a little better R=adg, r, r2 CC=golang-dev https://golang.org/cl/2749041 --- 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.
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.