os_unsafe_linux_arm64.go 237 B

1234567891011
  1. // Copyright (c) 2021 Klaus Post, released under MIT License. See LICENSE file.
  2. //go:build !nounsafe
  3. // +build !nounsafe
  4. package cpuid
  5. import _ "unsafe" // needed for go:linkname
  6. //go:linkname hwcap internal/cpu.HWCap
  7. var hwcap uint