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 3e86130 commit 851751fCopy full SHA for 851751f
src/detection/cpu/cpu_arm.h
@@ -112,8 +112,12 @@ static const char* armPartId2name(uint32_t partId)
112
case 0xd87: return "Cortex-A725";
113
case 0xd88: return "Cortex-A520AE";
114
case 0xd89: return "Cortex-A720AE";
115
+ case 0xd8a: return "C1-Nano";
116
+ case 0xd8b: return "C1-Pro";
117
+ case 0xd8c: return "C1-Ultra";
118
case 0xd8e: return "Neoverse-N3";
119
case 0xd8f: return "Cortex-A320";
120
+ case 0xd90: return "C1-Premium";
121
default: return NULL;
122
}
123
0 commit comments