Fix PP in Ice Lake

This commit is contained in:
Dr-Noob
2020-08-31 18:27:32 +02:00
parent 1a9c0546f2
commit ab1416563c
4 changed files with 10 additions and 2 deletions

View File

@@ -8,6 +8,7 @@
struct uarch;
struct uarch* get_uarch_from_cpuid(struct cpuInfo* cpu, uint32_t ef, uint32_t f, uint32_t em, uint32_t m, int s);
bool vpus_are_AVX512(struct cpuInfo* cpu);
int get_number_of_vpus(struct cpuInfo* cpu);
#endif