internal/cpu.option.Required (field)

3 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 {