From: Michael Anthony Knyszek Date: Wed, 7 Jul 2021 14:58:36 +0000 (+0000) Subject: doc: remove stale comment about arm64 port X-Git-Tag: go1.17rc1~12 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=c96833e5badedb025761de6a74ed5f9c848059de;p=gostls13.git 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 Reviewed-by: Keith Randall Run-TryBot: Michael Knyszek TryBot-Result: Go Bot --- diff --git a/doc/asm.html b/doc/asm.html index 7173d9bd51..d578800086 100644 --- a/doc/asm.html +++ b/doc/asm.html @@ -827,10 +827,6 @@ The other codes are -> (arithmetic right shift),

ARM64

-

-The ARM64 port is in an experimental state. -

-

R18 is the "platform register", reserved on the Apple platform. To prevent accidental misuse, the register is named R18_PLATFORM.