Skip to content

Commit

Permalink
arm64: resolve arm64 build issues
Browse files Browse the repository at this point in the history
  • Loading branch information
powersj committed Dec 27, 2020
1 parent a67d6a5 commit fd55d41
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions internal/cpuid/cpuid_arm64.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
// +build arm64

package cpuid

// cpuid assembly to get the CPUID low level leaf values.
func cpuid(arg1, arg2 uint32) (eax, ebx, ecx, edx uint32) {
return 0, 0, 0, 0
}

0 comments on commit fd55d41

Please sign in to comment.