]> Cypherpunks repositories - gostls13.git/commitdiff
doc: remove stale comment about arm64 port
authorMichael Anthony Knyszek <mknyszek@google.com>
Wed, 7 Jul 2021 14:58:36 +0000 (14:58 +0000)
committerMichael Knyszek <mknyszek@google.com>
Wed, 7 Jul 2021 16:41:12 +0000 (16:41 +0000)
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>

doc/asm.html

index 7173d9bd514fb2c5ecc3417cffa1a6d84feba4f2..d5788000861a7afea9c621077dc49e849c2674f9 100644 (file)
@@ -827,10 +827,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>.