Skip to content

Commit ab1a11c

Browse files
committed
CPU (ARM): add more apple cores
1 parent 6874627 commit ab1a11c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/detection/cpu/cpu_arm.h

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,8 @@ static const char* qcomPartId2name(uint32_t partId)
168168
{
169169
switch (partId)
170170
{
171-
case 0x001: return "Oryon";
171+
case 0x001: return "Oryon 1";
172+
case 0x002: return "Oryon 2";
172173
case 0x00f: return "Scorpion";
173174
case 0x02d: return "Scorpion";
174175
case 0x04d: return "Krait";
@@ -262,6 +263,9 @@ static const char* applePartId2name(uint32_t partId)
262263
case 0x037: return "Everest-A16";
263264
case 0x038: return "Blizzard-M2-Max";
264265
case 0x039: return "Avalanche-M2-Max";
266+
case 0x046: return "Sawtooth-M11";
267+
case 0x048: return "Sawtooth-M3-Max";
268+
case 0x049: return "Everest-M3-Max";
265269
default: return NULL;
266270
}
267271
}

0 commit comments

Comments
 (0)