We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6874627 commit ab1a11cCopy full SHA for ab1a11c
src/detection/cpu/cpu_arm.h
@@ -168,7 +168,8 @@ static const char* qcomPartId2name(uint32_t partId)
168
{
169
switch (partId)
170
171
- case 0x001: return "Oryon";
+ case 0x001: return "Oryon 1";
172
+ case 0x002: return "Oryon 2";
173
case 0x00f: return "Scorpion";
174
case 0x02d: return "Scorpion";
175
case 0x04d: return "Krait";
@@ -262,6 +263,9 @@ static const char* applePartId2name(uint32_t partId)
262
263
case 0x037: return "Everest-A16";
264
case 0x038: return "Blizzard-M2-Max";
265
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";
269
default: return NULL;
270
}
271
0 commit comments