mirror of
https://github.com/golang/go
synced 2024-11-19 05:04:43 -07:00
runtime: add space
Missed this in review of 20812 Change-Id: I01e220499dcd58e1a7205e2a577dd9630a8b7174 Reviewed-on: https://go-review.googlesource.com/20819 Reviewed-by: Keith Randall <khr@golang.org>
This commit is contained in:
parent
e97789f7d9
commit
377eaa7494
@ -671,6 +671,7 @@ func BenchmarkAlignedLoad(b *testing.B) {
|
||||
}
|
||||
sink = s
|
||||
}
|
||||
|
||||
func BenchmarkUnalignedLoad(b *testing.B) {
|
||||
var buf [16]byte
|
||||
p := unsafe.Pointer(&buf[1])
|
||||
|
Loading…
Reference in New Issue
Block a user