diff --git a/src/lib.rs b/src/lib.rs index a2589ea..f8ad93d 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -553,7 +553,7 @@ impl CpuId { /// Information about topology (LEAF=0x0B). /// - /// Intel SDM suggests software should check support for leaf 0x1F ([get_extended_topology_info_v2()`]), and + /// Intel SDM suggests software should check support for leaf 0x1F ([`get_extended_topology_info_v2()`]), and /// if supported, enumerate that leaf instead. /// /// # Platforms @@ -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 { if self.leaf_is_supported(EAX_EXTENDED_TOPOLOGY_INFO_V2) { Some(ExtendedTopologyIter {