Skip to content

Commit

Permalink
fix platform support for fn
Browse files Browse the repository at this point in the history
  • Loading branch information
zdivelbiss committed Jul 31, 2022
1 parent fc65598 commit 9348c76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -573,7 +573,7 @@ impl CpuId {
/// Extended information about topology (LEAF=0x1F).
///
/// # Platforms
/// ❓AMD Intel
/// ❓AMD Intel
pub fn get_extended_topology_info_v2(&self) -> Option<ExtendedTopologyIter> {
if self.leaf_is_supported(EAX_EXTENDED_TOPOLOGY_INFO_V2) {
Some(ExtendedTopologyIter {
Expand Down

0 comments on commit 9348c76

Please sign in to comment.