aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMichael Anthony Knyszek <mknyszek@google.com>2021-07-07 14:58:36 +0000
committerMichael Knyszek <mknyszek@google.com>2021-07-07 16:41:12 +0000
commitc96833e5badedb025761de6a74ed5f9c848059de (patch)
treebc89fcd76865e3156400871d615435b9cad2a94a /doc
parent912f0750472dd4f674b69ca1616bfaf377af1805 (diff)
downloadgo-c96833e5badedb025761de6a74ed5f9c848059de.tar.gz
go-c96833e5badedb025761de6a74ed5f9c848059de.zip
doc: remove stale comment about arm64 port
Fixes #47079. Change-Id: I8a671e3fdc13083e44e8d89064a5e7621e53bc4c Reviewed-on: https://go-review.googlesource.com/c/go/+/333075 Trust: Michael Knyszek <mknyszek@google.com> Reviewed-by: Keith Randall <khr@golang.org> Run-TryBot: Michael Knyszek <mknyszek@google.com> TryBot-Result: Go Bot <gobot@golang.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/asm.html4
1 files changed, 0 insertions, 4 deletions
diff --git a/doc/asm.html b/doc/asm.html
index 7173d9bd51..d578800086 100644
--- a/doc/asm.html
+++ b/doc/asm.html
@@ -828,10 +828,6 @@ The other codes are <code>-&gt;</code> (arithmetic right shift),
<h3 id="arm64">ARM64</h3>
<p>
-The ARM64 port is in an experimental state.
-</p>
-
-<p>
<code>R18</code> is the "platform register", reserved on the Apple platform.
To prevent accidental misuse, the register is named <code>R18_PLATFORM</code>.
<code>R27</code> and <code>R28</code> are reserved by the compiler and linker.