diff --git a/cpuid_x86.c b/cpuid_x86.c index e157232cf..4fb51f8b3 100644 --- a/cpuid_x86.c +++ b/cpuid_x86.c @@ -1529,6 +1529,7 @@ int get_cpuname(void){ switch (model) { case 5: // Comet Lake H and S case 6: // Comet Lake U + case 10: // Meteor Lake if(support_avx2()) return CPUTYPE_HASWELL; if(support_avx())