Commit 377eaa74 authored by Keith Randall's avatar Keith Randall

runtime: add space

Missed this in review of 20812

Change-Id: I01e220499dcd58e1a7205e2a577dd9630a8b7174
Reviewed-on: https://go-review.googlesource.com/20819Reviewed-by: 's avatarKeith Randall <khr@golang.org>
parent e97789f7
......@@ -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])
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment