Skip to content

Commit

Permalink
[v1.05][X86] Add new Zen4 uarch (#237)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dr-Noob committed May 18, 2024
1 parent 59efbf4 commit dfa2b77
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/x86/uarch.c
Original file line number Diff line number Diff line change
Expand Up @@ -382,6 +382,7 @@ struct uarch* get_uarch_from_cpuid_amd(uint32_t ef, uint32_t f, uint32_t em, uin
CHECK_UARCH(arch, 10, 15, 5, 0, NA, "Zen 3", UARCH_ZEN3, 7) // instlatx64
CHECK_UARCH(arch, 10, 15, 6, 1, 2, "Zen 4", UARCH_ZEN4, 5) // instlatx64
CHECK_UARCH(arch, 10, 15, 7, 4, 1, "Zen 4", UARCH_ZEN4, 4) // instlatx64
CHECK_UARCH(arch, 10, 15, 7, 5, 2, "Zen 4", UARCH_ZEN4, 4) // instlatx64
CHECK_UARCH(arch, 10, 15, 7, 8, 0, "Zen 4", UARCH_ZEN4, 4) // instlatx64
CHECK_UARCH(arch, 10, 15, 8, NA, NA, "Zen 4", UARCH_ZEN4, 5) // instlatx64 (AMD MI300C)
CHECK_UARCH(arch, 10, 15, 9, NA, NA, "Zen 4", UARCH_ZEN4, 5) // instlatx64 (AMD MI300A)
Expand Down

0 comments on commit dfa2b77

Please sign in to comment.