vendor/golang.org/x/sys/cpu.option.Required (field)
4 uses
internal/cpu
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"},
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |