0
1
mirror of https://github.com/golang/go synced 2025-04-30 02:37:46 +00:00

doc: mention the ppc64(le) ports in release notes

Also make the spelling consistent in asm.html

Change-Id: Ifa751eee288fe0634cd317eb827f3e408b199620
Reviewed-on: https://go-review.googlesource.com/12501
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Reviewed-by: Russ Cox <rsc@golang.org>
This commit is contained in:
Rob Pike
2015-07-22 11:24:27 +10:00
parent 17befdcec0
commit 0908fad5d5
2 changed files with 9 additions and 1 deletions

@ -741,7 +741,7 @@ Addressing modes:
</ul>
<h3 id="ppc64">Power64, a.k.a. ppc64</h3>
<h3 id="ppc64">Power 64, a.k.a. ppc64</h3>
<p>
The Power 64 port is in an experimental state.

@ -233,6 +233,14 @@ The new port <code>linux/arm64</code> is mostly in place, but <code>cgo</code>
is only supported using external linking.
</p>
<p>
Also available as experiments are <code>ppc64</code> (IBM Power 64)
and <code>ppc64le</code> (IBM Power 64, little-endian).
Both these ports support <code>cgo</code>,
but for <code>ppc64</code> it requires external linking while
for <code>ppc64le</code> it requires internal linking.
</p>
<p>
On FreeBSD, Go 1.5 requires FreeBSD 8-STABLE+ because of its new use of the <code>SYSCALL</code> instruction.
</p>