f48f0a980f
go-cpuid provides information about the CPU running the current program. CPU features are detected on startup, and kept for fast access through the life of the application. Currently x86 / x64 (AMD64) is supported, and no external C (cgo) code is used, which should make the library very easy to use. You can access the CPU information by accessing the shared CPU variable of the cpuid library.
24 lines
1.3 KiB
Text
24 lines
1.3 KiB
Text
@comment $NetBSD: PLIST,v 1.1 2019/11/06 11:08:14 ng0 Exp $
|
|
gopkg/pkg/${GO_PLATFORM}/github.com/klauspost/cpuid.a
|
|
gopkg/pkg/${GO_PLATFORM}/github.com/klauspost/cpuid/private.a
|
|
gopkg/src/github.com/klauspost/cpuid/CONTRIBUTING.txt
|
|
gopkg/src/github.com/klauspost/cpuid/LICENSE
|
|
gopkg/src/github.com/klauspost/cpuid/README.md
|
|
gopkg/src/github.com/klauspost/cpuid/cpuid.go
|
|
gopkg/src/github.com/klauspost/cpuid/cpuid_386.s
|
|
gopkg/src/github.com/klauspost/cpuid/cpuid_amd64.s
|
|
gopkg/src/github.com/klauspost/cpuid/cpuid_test.go
|
|
gopkg/src/github.com/klauspost/cpuid/detect_intel.go
|
|
gopkg/src/github.com/klauspost/cpuid/detect_ref.go
|
|
gopkg/src/github.com/klauspost/cpuid/generate.go
|
|
gopkg/src/github.com/klauspost/cpuid/mockcpu_test.go
|
|
gopkg/src/github.com/klauspost/cpuid/private-gen.go
|
|
gopkg/src/github.com/klauspost/cpuid/private/README.md
|
|
gopkg/src/github.com/klauspost/cpuid/private/cpuid.go
|
|
gopkg/src/github.com/klauspost/cpuid/private/cpuid_386.s
|
|
gopkg/src/github.com/klauspost/cpuid/private/cpuid_amd64.s
|
|
gopkg/src/github.com/klauspost/cpuid/private/cpuid_detect_intel.go
|
|
gopkg/src/github.com/klauspost/cpuid/private/cpuid_detect_ref.go
|
|
gopkg/src/github.com/klauspost/cpuid/private/cpuid_test.go
|
|
gopkg/src/github.com/klauspost/cpuid/testdata/cpuid_data.zip
|
|
gopkg/src/github.com/klauspost/cpuid/testdata/getall.go
|