update the URL of Intel CPUID reference book (#1376)
This commit is contained in:
parent
1829ee06f0
commit
217a7d106a
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@ pub struct CpuidResult {
|
|||
/// System Instructions][amd64_ref].
|
||||
///
|
||||
/// [wiki_cpuid]: https://en.wikipedia.org/wiki/CPUID
|
||||
/// [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
|
||||
/// [amd64_ref]: http://support.amd.com/TechDocs/24594.pdf
|
||||
#[inline]
|
||||
#[cfg_attr(test, assert_instr(cpuid))]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue