go-github-com-klauspost-cpuid
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.
- Versions: 1.2.3
- 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 the latest version of go-github-com-klauspost-cpuid
as follows:
guix install go-github-com-klauspost-cpuid
Or install a particular version:
guix install go-github-com-klauspost-cpuid@1.2.3
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.
Badge code
You can use the following badge to inform users of go-github-com-klauspost-cpuid about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/go-github-com-klauspost-cpuid'><img src='https://packages.guix.gnu.org/packages/go-github-com-klauspost-cpuid/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[![Version in GNU Guix](https://packages.guix.gnu.org/packages/go-github-com-klauspost-cpuid/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/go-github-com-klauspost-cpuid)
Example Org:
[[https://packages.guix.gnu.org/packages/go-github-com-klauspost-cpuid][https://packages.guix.gnu.org/packages/go-github-com-klauspost-cpuid/badges/latest-version.svg]]