Skip to content

Commit 217a7d1

Browse files
authored
update the URL of Intel CPUID reference book (#1376)
1 parent 1829ee0 commit 217a7d1

File tree

1 file changed

+1
-1
lines changed
  • library/stdarch/crates/core_arch/src/x86

1 file changed

+1
-1
lines changed

library/stdarch/crates/core_arch/src/x86/cpuid.rs

Lines changed: 1 addition & 1 deletion
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)