aboutsummaryrefslogtreecommitdiff
path: root/src/x86/uarch.c
diff options
context:
space:
mode:
authorMarat Dukhan <marat@fb.com>2018-04-07 02:24:38 -0700
committerMarat Dukhan <marat@fb.com>2018-04-07 02:24:38 -0700
commit3bed456cdec469ad42f17de49eb914c313c4e10d (patch)
tree919da24a9b41d2369ac0353edffa0cc2e98f9001 /src/x86/uarch.c
parent3b434e68faa6ce8c576b277aca9b5d2c3e3e7307 (diff)
downloadcpuinfo-3bed456cdec469ad42f17de49eb914c313c4e10d.tar.gz
Detect newest variants of Silvermont and Airmont
Diffstat (limited to 'src/x86/uarch.c')
-rw-r--r--src/x86/uarch.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/x86/uarch.c b/src/x86/uarch.c
index bcc6ca3..71c899e 100644
--- a/src/x86/uarch.c
+++ b/src/x86/uarch.c
@@ -94,9 +94,12 @@ enum cpuinfo_uarch cpuinfo_x86_decode_uarch(
case 0x4A:
case 0x4D:
case 0x5A: // Moorefield
+ case 0x5D: // SoFIA
return cpuinfo_uarch_silvermont;
case 0x4C: // Braswell
case 0x5F: // Denverton
+ case 0x75: // Spreadtrum SC9853I-IA
+ case 0x7A: // Goldmont+
return cpuinfo_uarch_airmont;
/* Knights-series cores */