Fix cpuid 0x7 for AMD

This commit is contained in:
EnderIce2
2024-02-28 05:07:22 +02:00
parent f34f6f94c6
commit a49d4936e3
3 changed files with 4 additions and 4 deletions

View File

@ -327,9 +327,9 @@ namespace CPU
};
/** @brief Structured Extended Feature Identifiers */
struct CPUID0x00000007
struct CPUID0x00000007_ECX_0
{
__amd_cpuid_init(0x00000007);
__amd_cpuid_init2(0x00000007, 0x0, _ECX_0);
/** @brief Structured Extended Feature Identifiers */
union