We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75aa6f6 commit 7fbf697Copy full SHA for 7fbf697
crates/core_arch/src/x86/cpuid.rs
@@ -46,7 +46,7 @@ pub struct CpuidResult {
46
/// System Instructions][amd64_ref].
47
///
48
/// [wiki_cpuid]: https://en.wikipedia.org/wiki/CPUID
49
-/// [intel64_ref]: http://www.intel.de/content/dam/www/public/us/en/documents/manuals/64-ia-32-architectures-software-developer-instruction-set-reference-manual-325383.pdf
+/// [intel64_ref]: https://cdrdv2-public.intel.com/671110/325383-sdm-vol-2abcd.pdf
50
/// [amd64_ref]: http://support.amd.com/TechDocs/24594.pdf
51
#[inline]
52
#[cfg_attr(test, assert_instr(cpuid))]
0 commit comments