shithub: furgit

ref: fb9eb058f1c9b7cb26f33bbe679a85f530566641
dir: /internal/cpu/cpu.go/

View raw version
// Package cpu provides routines for CPU feature detection.
package cpu

// X86 contains x86 CPU feature flags detected at runtime.
//
//nolint:gochecknoglobals
var X86 struct {
	HasAVX2 bool
}