mirror of
https://github.com/anrieff/libcpuid
synced 2025-10-13 11:10:39 +00:00
parent
9419c573ca
commit
4b06a9a23e
15 changed files with 15 additions and 14 deletions
|
@ -232,6 +232,7 @@ static void load_features_common(struct cpu_raw_data_t* raw, struct cpu_id_t* da
|
|||
};
|
||||
const struct feature_map_t matchtable_ecx81[] = {
|
||||
{ 0, CPU_FEATURE_LAHF_LM },
|
||||
{ 5, CPU_FEATURE_ABM },
|
||||
};
|
||||
const struct feature_map_t matchtable_edx87[] = {
|
||||
{ 8, CPU_FEATURE_CONSTANT_TSC },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue