# 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>