go-github-com-klauspost-cpuid 1.2.3
CPU feature identification for 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 eas to use.
- Website: https://github.com/klauspost/cpuid
- Licenses: Expat
- Package source: gnu/packages/golang-xyz.scm
- Builds: See build status
- Issues: See known issues
Installation
Install go-github-com-klauspost-cpuid 1.2.3
as follows:
guix install go-github-com-klauspost-cpuid@1.2.3
Or install the latest version:
guix install go-github-com-klauspost-cpuid
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.