Name: | compat-golang-github-klauspost-cpuid2-devel |
---|---|
Version: | 2.2.6 |
Release: | 4.el10_0 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 1 |
License: | MIT |
RPM: | compat-golang-github-klauspost-cpuid2-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 provides symbolic links that alias the following Go import paths to github.com/klauspost/cpuid: – github.com/klauspost/cpuid/v2 Aliasing Go import paths via symbolic links or http redirects is fragile. If your Go code depends on this package, you should patch it to import directly 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