bench-forgejo/vendor/github.com/klauspost/cpuid/v2/os_other_arm64.go
2021-02-28 18:08:33 -05:00

12 lines
197 B
Go
Vendored

// Copyright (c) 2020 Klaus Post, released under MIT License. See LICENSE file.
// +build arm64
// +build !linux
// +build !darwin
package cpuid
func detectOS(c *CPUInfo) bool {
return false
}