Skip to content

Commit 3063d03

Browse files
authored
Add another CPUID for Meteor Lake
1 parent f729013 commit 3063d03

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)