CPUID: Difference between revisions

Jump to navigation Jump to search
[unchecked revision][unchecked revision]
Content added Content deleted
Line 153: Line 153:
Alternatively, one can use the __get_cpuid function that comes with GCC. To use this function, include <cpuid.h>.
Alternatively, one can use the __get_cpuid function that comes with GCC. To use this function, include <cpuid.h>.


<source>
<source lang="c">
#include <cpuid.h>
#include <cpuid.h>