summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/klauspost/cpuid/v2/os_unsafe_linux_arm64.go
blob: 329800286e6ed88f0eba3d34402efe68b9c82f6e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
// Copyright (c) 2021 Klaus Post, released under MIT License. See LICENSE file.

//+build !nounsafe

package cpuid

import _ "unsafe" // needed for go:linkname

//go:linkname hwcap internal/cpu.HWCap
var hwcap uint