mirror of
https://github.com/golang/go.git
synced 2026-06-26 10:50:23 +00:00
internal/cpu: correcting spelling errors in the comments
Change-Id: I8a6772cbf6b347d1bd80c5978423046a63a6b743 Reviewed-on: https://go-review.googlesource.com/c/go/+/780320 Auto-Submit: abner chenc <chenguoqi@loongson.cn> Reviewed-by: Michael Pratt <mpratt@google.com> LUCI-TryBot-Result: golang-scoped@luci-project-accounts.iam.gserviceaccount.com <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Meidan Li <limeidan@loongson.cn> Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
This commit is contained in:
parent
b9c5520dbc
commit
856c405c4f
1 changed files with 1 additions and 1 deletions
|
|
@ -98,7 +98,7 @@ var Loong64 struct {
|
|||
HasCRC32 bool // support CRC instruction
|
||||
HasLAMCAS bool // support AMCAS[_DB].{B/H/W/D}
|
||||
HasLAM_BH bool // support AM{SWAP/ADD}[_DB].{B/H} instruction
|
||||
HasLLACQ_SCREL bool // support LLACQ.{W/D}、SCREL.{W/D} instruction
|
||||
HasLLACQ_SCREL bool // support LLACQ.{W/D}, SCREL.{W/D} instruction
|
||||
HasSCQ bool // support SC.Q instruction
|
||||
HasDBAR_HINTS bool // supports finer-grained DBAR hints
|
||||
_ CacheLinePad
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue