Browse Source
Merge pull request #4783 from martin-frbg/cpuid_meteor
Add another CPUID for Intel Meteor Lake
tags/v0.3.28^2
Martin Kroeker
GitHub
1 year ago
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
0 deletions
-
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()) |
|
|
|