Skip to content

Commit 5fdf9ad

Browse files
authored
Merge pull request #2228 from martin-frbg/issue2227
Add Intel Goldmont Plus CPUID
2 parents f40200f + 2fe967c commit 5fdf9ad

File tree

2 files changed

+899
-0
lines changed

2 files changed

+899
-0
lines changed

cpuid_x86.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1379,6 +1379,8 @@ int get_cpuname(void){
13791379
break;
13801380
case 7: // family 6 exmodel 7
13811381
switch (model) {
1382+
case 10: // Goldmont Plus
1383+
return CPUTYPE_NEHALEM;
13821384
case 14: // Ice Lake
13831385
if(support_avx512())
13841386
return CPUTYPE_SKYLAKEX;

0 commit comments

Comments
 (0)