internal/cpu.option.Required (field)

4 uses

	internal/cpu (current package)
		cpu.go#L139: 	Required  bool // whether feature is mandatory and can not be disabled
		cpu.go#L182: 				options[i].Enable = enable || options[i].Required
		cpu.go#L208: 		if !o.Enable && o.Required {
		cpu_x86.go#L61: 		{Name: "sse2", Feature: &X86.HasSSE2, Required: GOARCH == "amd64"},