Skip to content

Commit

Permalink
Remove PDCM from the sapphirerapids list
Browse files Browse the repository at this point in the history
`PDCM` is not a feature currently used by compilers, see for instance
https://gcc.gnu.org/onlinedocs/gcc/x86-Options.html.

For GCP VMs, only ones that have vPMU [enabled](https://cloud.google.com/compute/docs/manage-pmu-in-vms) would have `PDCM` exposed in the guest. Including `PDCM` would therefore cause these non-vPMU-enabled VMs to be identified as icelake instead.
  • Loading branch information
linsword13 committed Sep 11, 2024
1 parent 80fefa3 commit ca247bf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cpu/microarchitectures.json
Original file line number Diff line number Diff line change
Expand Up @@ -1482,7 +1482,6 @@
"cldemote",
"movdir64b",
"movdiri",
"pdcm",
"serialize",
"waitpkg"
],
Expand Down

0 comments on commit ca247bf

Please sign in to comment.