7 lines
63 B
C++
7 lines
63 B
C++
#ifndef __CPUID__
|
|
#define __CPUID__
|
|
|
|
bool is_corei5();
|
|
|
|
#endif
|