diff options
Diffstat (limited to 'vendor/github.com/klauspost/cpuid/v2/os_unsafe_linux_arm64.go')
-rw-r--r-- | vendor/github.com/klauspost/cpuid/v2/os_unsafe_linux_arm64.go | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/vendor/github.com/klauspost/cpuid/v2/os_unsafe_linux_arm64.go b/vendor/github.com/klauspost/cpuid/v2/os_unsafe_linux_arm64.go deleted file mode 100644 index 92af622..0000000 --- a/vendor/github.com/klauspost/cpuid/v2/os_unsafe_linux_arm64.go +++ /dev/null | |||
@@ -1,11 +0,0 @@ | |||
1 | // Copyright (c) 2021 Klaus Post, released under MIT License. See LICENSE file. | ||
2 | |||
3 | //go:build !nounsafe | ||
4 | // +build !nounsafe | ||
5 | |||
6 | package cpuid | ||
7 | |||
8 | import _ "unsafe" // needed for go:linkname | ||
9 | |||
10 | //go:linkname hwcap internal/cpu.HWCap | ||
11 | var hwcap uint | ||