Name: | golang-github-klauspost-cpuid-devel |
---|---|
Version: | 2.2.6 |
Release: | 4.el10_0 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 151418 |
License: | MIT |
RPM: | golang-github-klauspost-cpuid-devel-2.2.6-4.el10_0.noarch.rpm |
Source RPM: | golang-github-klauspost-cpuid-2.2.6-4.el10_0.src.rpm |
Build Date: | Tue Dec 17 2024 |
Build Host: | build-ol10-x86_64.oracle.com |
Vendor: | Oracle America |
URL: | https://github.com/klauspost/cpuid |
Summary: | CPU feature identification for Go |
Description: | Package 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. This package contains the source code needed for building packages that reference the following Go import paths: – github.com/klauspost/cpuid |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
- Update to 2.2.6 - Closes rhbz#2248593
- Update to 2.2.5 - Closes rhbz#2048772
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
- Add alternate import path for v2