cpuid
cpuid copied to clipboard
Intel CPUID library for Go Programming Language
As a new x86 CPU Vendor, Chengdu Haiguang IC Design Co., Ltd (Hygon) is a Joint Venture between AMD and Haiguang Information Technology Co., Ltd., and aims at providing high...
cc @aregm @jimcadden Closes: #21
First off -- thanks for a writing a clean, cross platform go library that can be used to detect cpu features, etc. I work on Intel's ISecL library and migrated...
#18 introduced some constants, e.g. `AMD_SEV`, in `cpuid_amd64.go`, and then used them in `cpuid.go`. They will be undefined when building on non-x86_64 architectures. e.g. on s390x: ``` $ go get...
Hello! I'm wondering: is it possible to publish variable `brandId` (to make it `BrandID`)? We are trying to execute different code depending on is it Intel or AMD. https://github.com/intel-go/cpuid/blob/5747e5cec0d96c427e569cfa14cb539bf116f7ad/cpuid.go#L323
HyperV - the microsoft hypervisor implementation, reports its supported features using cpuid bits. The HyperV feature support bits as documented in the [HyperV Top Level Functional Specifications](https://github.com/MicrosoftDocs/Virtualization-Documentation/blob/live/tlfs/Hypervisor%20Top%20Level%20Functional%20Specification%20v5.0C.pdf). It would be...
Hi. Investigated the bug while running the test: [https://github.com/u-root/u-root/blob/master/cmds/core/ln/ln_test.go](https://github.com/u-root/u-root/blob/master/cmds/core/ln/ln_test.go) . @hugelgupf could tell more. > ok github.com/u-root/u-root/cmds/core/ln 0.691s > \# github.com/intel-go/cpuid > ../go/pkg/mod/github.com/intel-go/[email protected]/cpuidlow_amd64.s: Assembler messages: > ../go/pkg/mod/github.com/intel-go/[email protected]/cpuidlow_amd64.s:8: Error: no such...
I am curious if there is any support for an idea of integrating cpuid tool with console/shell scripting tools (configure, that could invoke as an external executable, to get stdout...
``` // Maximum number of addressable IDs for logical processors in this physical package var MaxLogocalCPUId uint32 ```