Skip to content

Commit e1eef56

Browse files
authored
Merge pull request #4783 from martin-frbg/cpuid_meteor
Add another CPUID for Intel Meteor Lake
2 parents f729013 + 3063d03 commit e1eef56

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cpuid_x86.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1529,6 +1529,7 @@ int get_cpuname(void){
15291529
switch (model) {
15301530
case 5: // Comet Lake H and S
15311531
case 6: // Comet Lake U
1532+
case 10: // Meteor Lake
15321533
if(support_avx2())
15331534
return CPUTYPE_HASWELL;
15341535
if(support_avx())

0 commit comments

Comments
 (0)