aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/cpuflags.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime/cpuflags.go')
-rw-r--r--src/runtime/cpuflags.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/runtime/cpuflags.go b/src/runtime/cpuflags.go
index 6452364b68..67ed081ef6 100644
--- a/src/runtime/cpuflags.go
+++ b/src/runtime/cpuflags.go
@@ -28,9 +28,10 @@ const (
var (
// Set in runtime.cpuinit.
// TODO: deprecate these; use internal/cpu directly.
+ x86HasAVX bool
+ x86HasFMA bool
x86HasPOPCNT bool
x86HasSSE41 bool
- x86HasFMA bool
armHasVFPv4 bool