mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
runtime: go fmt runtime2.go
Change-Id: I29a6125c9ef285fc365c4e11ab158b79224ae333 Reviewed-on: https://go-review.googlesource.com/126602 Run-TryBot: Martin Möhrmann <moehrmann@google.com> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
This commit is contained in:
parent
daeb0b4f53
commit
469ada6ed9
1 changed files with 5 additions and 5 deletions
|
|
@ -842,11 +842,11 @@ var (
|
||||||
lfenceBeforeRdtsc bool
|
lfenceBeforeRdtsc bool
|
||||||
|
|
||||||
// Set in runtime.cpuinit.
|
// Set in runtime.cpuinit.
|
||||||
support_erms bool
|
support_erms bool
|
||||||
support_popcnt bool
|
support_popcnt bool
|
||||||
support_sse2 bool
|
support_sse2 bool
|
||||||
support_sse41 bool
|
support_sse41 bool
|
||||||
arm64_support_atomics bool
|
arm64_support_atomics bool
|
||||||
|
|
||||||
goarm uint8 // set by cmd/link on arm systems
|
goarm uint8 // set by cmd/link on arm systems
|
||||||
framepointer_enabled bool // set by cmd/link
|
framepointer_enabled bool // set by cmd/link
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue