shithub: furgit

ref: 4a08059f07e43ed881c7665ec404251ae63adc3d
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
}