CPUID: Difference between revisions

[unchecked revision][unchecked revision]
Line 153:
Alternatively, one can use the __get_cpuid function that comes with GCC. To use this function, include <cpuid.h>.
 
<source lang="c">
#include <cpuid.h>
 
Anonymous user