We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1690982 + 387be46 commit 1ef6319Copy full SHA for 1ef6319
1 file changed
cpuid_arm64.c
@@ -323,6 +323,8 @@ int detect(void)
323
return CPU_CORTEXX2;
324
else if (strstr(cpu_part, "0xd4f")) //NVIDIA Grace et al.
325
return CPU_NEOVERSEV2;
326
+ else if (strstr(cpu_part, "0xd87") || strstr(cpu_part, "0xd85")) // X925/A725
327
+ return CPU_NEOVERSEV2;
328
else if (strstr(cpu_part, "0xd0b"))
329
return CPU_CORTEXA76;
330
}
0 commit comments