cpuid is a very simple C program, designed to dump and extract information from the x86 CPUID instruction. cpuid is capable of dumping all CPUID leaves (except any unknown leaves which require special ECX values to dump all information). cpuid can only decode certain leaves, but this functionality will be expanded as the CPUID specifications provided by AMD and Intel change.
cpuid is a very simple C program, designed to dump and extract information from the x86 CPUID instruction. cpuid is capable of dumping all CPUID leaves (except any unknown leaves which require special ECX values to dump all information). cpuid can only decode certain leaves, but this functionality will be expanded as the CPUID specifications provided by AMD and Intel change.
To install cpuid, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install cpuid
To see what files were installed by cpuid, run:
port contents cpuid
To later upgrade cpuid, run:
sudo port selfupdate && sudo port upgrade cpuid
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.