From 3063d0302142c2aad46dbbc6f3d2e6ef3bb745cf Mon Sep 17 00:00:00 2001 From: Martin Kroeker Date: Thu, 4 Jul 2024 16:05:05 +0200 Subject: [PATCH] Add another CPUID for Meteor Lake --- cpuid_x86.c | 1 + 1 file changed, 1 insertion(+) 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())