shithub: furgit

ref: f40daef1deefda4b76957f5d5728c4175c27be51
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
}