[v0.22] Add check to properly detect TigerLake GT2 80/96 EUs

This commit is contained in:
Dr-Noob
2021-12-29 21:55:43 +01:00
parent 7f7e70bc5d
commit 0faa7caeee
4 changed files with 88 additions and 2 deletions

6
src/intel/cpuid.hpp Normal file
View File

@@ -0,0 +1,6 @@
#ifndef __CPUID__
#define __CPUID__
bool is_corei5();
#endif