Skip to content

Commit 7fbf697

Browse files
authored
update the URL of Intel CPUID reference book (#1376)
1 parent 75aa6f6 commit 7fbf697

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/core_arch/src/x86/cpuid.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ pub struct CpuidResult {
4646
/// System Instructions][amd64_ref].
4747
///
4848
/// [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
49+
/// [intel64_ref]: https://cdrdv2-public.intel.com/671110/325383-sdm-vol-2abcd.pdf
5050
/// [amd64_ref]: http://support.amd.com/TechDocs/24594.pdf
5151
#[inline]
5252
#[cfg_attr(test, assert_instr(cpuid))]

0 commit comments

Comments
 (0)