aboutsummaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/lib.rs b/src/lib.rs
index b505446..0c35999 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -108,8 +108,11 @@ mod x86testing {
/// Read Processor ID
///
-/// Reads the value of the IA32_TSC_AUX MSR (address C0000103H)
-/// into the destination register.
+/// Reads the value of the IA32_TSC_AUX MSR (address C0000103H) into the
+/// destination register.
+///
+/// # See also
+/// `IA32_TSC_AUX` can also be read calling [`crate::time::rdtscp`].
///
/// # Safety
/// May fail with #UD if rdpid is not supported (check CPUID).