Registry / utility / klauspost-cpuid-v2

klauspost-cpuid-v2

JSON →
library2.3.0gogounverified

Package cpuid provides information about the CPU running the current program.

go get github.com/klauspost/cpuid/v2
INSTALL
IMPORT
SIG · KLAUSPOST-CPUID-V2
K
klauspost-cpuid-v2
utilitygov2.3.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

cpuid
github.com/klauspost/cpuid/v2

Prints CPU brand name and features.

package main import ( "fmt" "github.com/klauspost/cpuid/v2" ) func main() { fmt.Printf("CPU: %s\n", cpuid.CPU.BrandName) fmt.Printf("Features: %v\n", cpuid.CPU.Features) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.3.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
klauspost-cpuid-v2 — go get klauspost-cpuid-v2 · libregistry