Skip to content

Commit

Permalink
Merge pull request #4783 from martin-frbg/cpuid_meteor
Browse files Browse the repository at this point in the history
Add another CPUID for Intel Meteor Lake
  • Loading branch information
martin-frbg authored Jul 4, 2024
2 parents f729013 + 3063d03 commit e1eef56
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cpuid_x86.c
Original file line number Diff line number Diff line change
Expand Up @@ -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())
Expand Down

0 comments on commit e1eef56

Please sign in to comment.