LLVM 20.0.0git
|
Helper functions to extract CPU details from CPUID on x86. More...
Enumerations | |
enum class | VendorSignatures { UNKNOWN , GENUINE_INTEL , AUTHENTIC_AMD } |
Functions | |
VendorSignatures | getVendorSignature (unsigned *MaxLeaf=nullptr) |
Returns the host CPU's vendor. | |
Helper functions to extract CPU details from CPUID on x86.
|
strong |
VendorSignatures llvm::sys::detail::x86::getVendorSignature | ( | unsigned * | MaxLeaf = nullptr | ) |