From a75e16740e1a185d523153d86badf9b2c2bcc12e Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Mon, 23 Mar 2026 05:10:40 +0000 Subject: Vendor a minimal internal/cpu for AMD64 only --- internal/cpu/cpu_other.go | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 internal/cpu/cpu_other.go (limited to 'internal/cpu/cpu_other.go') diff --git a/internal/cpu/cpu_other.go b/internal/cpu/cpu_other.go new file mode 100644 index 00000000..969c68ef --- /dev/null +++ b/internal/cpu/cpu_other.go @@ -0,0 +1,3 @@ +//go:build !amd64 || purego + +package cpu -- cgit v1.3.1-10-gc9f91