It seems to me for the usual user, it will be unclear what CPU features have(excluding what was described in README samples).
I would like to propose to introduce documentation that will include the API documentation e.g. Doxygen with GitHub pages or Github Wiki.
typedef struct {
X86Features features;
int family;
int model;
int stepping;
char vendor[13];
} X86Info;
Description of structures, what they contain, what each field defined.
Also, it will be great to make it clear what is supported. For example:
AMD CPUID supports:
It seems to me for the usual user, it will be unclear what CPU features have(excluding what was described in README samples).
I would like to propose to introduce documentation that will include the API documentation e.g. Doxygen with GitHub pages or Github Wiki.
Description of structures, what they contain, what each field defined.
Also, it will be great to make it clear what is supported. For example:
AMD CPUID supports: