#include <CPUID.h>
Public Attributes | |
| char | vendor_name [13] |
| char | processor_name [49] |
| int | family |
| int | model |
| int | revision |
| int | feature |
| int | support |
| int | checks |
Holds information about the present CPU.
Mask of relevant bits in feature (and support).
The processor familiy.
The processor feature.
The processor model.
The processor name.
The revision number.
Does the OS support the processor feature?
The vendor name.
1.7.1