shithub: furgit

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