From 493d1725989a7a3f3582adfa68faf7207aec666b Mon Sep 17 00:00:00 2001 From: Dmitri Shuralyov Date: Wed, 25 Mar 2026 10:34:52 -0400 Subject: [PATCH] cpu: add runtime import in cpu_darwin_arm64_other.go It was missed in CL 737260. For golang/go#43046. Change-Id: I05194333831ad04e43e22b7b34362fe01f50c000 Reviewed-on: https://go-review.googlesource.com/c/sys/+/759160 Auto-Submit: Dmitri Shuralyov Reviewed-by: Dmitri Shuralyov LUCI-TryBot-Result: Go LUCI Reviewed-by: Keith Randall Reviewed-by: Egon Elbre Reviewed-by: Keith Randall --- cpu/cpu_darwin_arm64_other.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cpu/cpu_darwin_arm64_other.go b/cpu/cpu_darwin_arm64_other.go index 4ee68e38..37ecc664 100644 --- a/cpu/cpu_darwin_arm64_other.go +++ b/cpu/cpu_darwin_arm64_other.go @@ -6,6 +6,8 @@ package cpu +import "runtime" + func doinit() { setMinimalFeatures()