From e8bde0ec190a4e472b225d4060edfd6e060a7287 Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Tue, 26 Oct 2010 08:34:40 -0700 Subject: [PATCH] install doc: arm is a little better R=adg, r, r2 CC=golang-dev https://golang.org/cl/2749041 --- doc/install.html | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/doc/install.html b/doc/install.html index 90689c82afd..be1131d4aa7 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.