mirror of
https://github.com/golang/go
synced 2024-11-23 13:00:07 -07:00
runtime: fix comment about memequal implementation locations
Change-Id: I9ae3f462a6a6b3809de14b0d08f369524b636d57 Reviewed-on: https://go-review.googlesource.com/c/go/+/237097 Run-TryBot: Ian Lance Taylor <iant@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Keith Randall <khr@golang.org>
This commit is contained in:
parent
60f7876502
commit
b486bd8967
@ -130,7 +130,7 @@ func fastrandn(n uint32) uint32 {
|
||||
//go:linkname sync_fastrand sync.fastrand
|
||||
func sync_fastrand() uint32 { return fastrand() }
|
||||
|
||||
// in asm_*.s
|
||||
// in internal/bytealg/equal_*.s
|
||||
//go:noescape
|
||||
func memequal(a, b unsafe.Pointer, size uintptr) bool
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user