Skip to content

Commit dbde545

Browse files
committed
Remove cppc from the zen5 feature list
Motivations for taking `cppc` out: * There's no upstream support in KVM for this AMD feature, so this won't be trivial to support for KVM-based virtualization. Plus AFAIK this feature isn't used in Linux yet. * This does not seem to be something a compiler would use. For instance this is not included in GCC's znver5 list: https://gcc.gnu.org/onlinedocs/gcc/x86-Options.html. * There are other existing features that can tell zen5 apart from previous zen generations, for instance `avx_vnni` and `movdiri`, so the removal won't impact correct identification.
1 parent 7fe0537 commit dbde545

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cpu/microarchitectures.json

-1
Original file line numberDiff line numberDiff line change
@@ -2284,7 +2284,6 @@
22842284
"clflushopt",
22852285
"clwb",
22862286
"clzero",
2287-
"cppc",
22882287
"cx16",
22892288
"f16c",
22902289
"flush_l1d",

0 commit comments

Comments
 (0)