libcpuid_dump 0.1.1

This library is part of https://github.com/Umio-Yasuno/cpuid_dump_rs
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# libcpuid\_dump

This library is extracted from [Umio-Yasuno/cpuid_dump_rs](https://github.com/Umio-Yasuno/cpuid_dump_rs).  
If you need an advanced and useful library for CPU information that can also check featureflags, I would recommend [gz/rust-cpuid](https://github.com/gz/rust-cpuid).  

[document](https://docs.rs/libcpuid_dump/latest/libcpuid_dump/)

## Reference
### CPUID
 * [Intel® Architecture Instruction Set Extensions Programming Reference]https://software.intel.com/content/www/us/en/develop/download/intel-architecture-instruction-set-extensions-programming-reference.html
 * [Developer Guides, Manuals & ISA Documents - AMD]https://developer.amd.com/resources/developer-guides-manuals/
    * [AMD64 Architecture Programmer’s Manual, Volume 3: General-Purpose and System Instructions, 24594 - 24594.pdf]https://www.amd.com/system/files/TechDocs/24594.pdf
 * [CPUID - Wikipedia]https://en.wikipedia.org/wiki/CPUID
 * <https://gitlab.com/x86-psABIs/x86-64-ABI>