1
0
mirror of https://github.com/golang/go synced 2024-11-23 19:10:02 -07:00

install doc: arm is a little better

R=adg, r, r2
CC=golang-dev
https://golang.org/cl/2749041
This commit is contained in:
Russ Cox 2010-10-26 08:34:40 -07:00
parent e9860628ee
commit e8bde0ec19

View File

@ -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>