//go:build !windows package platform func detectCPUWindows() CPUInfo { // This should never be called on non-Windows platforms // but we need it to satisfy the compiler return CPUInfo{ Features: []string{}, } }