Returns the maximum supported cpuid leaf for the given leaf group.
Declared in <folly/system/arch/x86.h>
unsigned int
x86_cpuid_max(
unsigned int leaf,
unsigned int* sig);
The maximum supported leaf value from eax.
| Name | Description |
|---|---|
| leaf | The cpuid leaf group to query. |
| sig | Optional out-pointer receiving the vendor signature from ebx. |