shithub: furgit

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

View raw version
package cpu

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