Skip to content

Commit ee70631

Browse files
authored
Add Neoverse V3AE CPUID from NVIDIA Jetson AGX Thor
1 parent 55b16e5 commit ee70631

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cpuid_arm64.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ int detect(void)
323323
return CPU_CORTEXX2;
324324
else if (strstr(cpu_part, "0xd4f")) //NVIDIA Grace et al.
325325
return CPU_NEOVERSEV2;
326-
else if (strstr(cpu_part, "0xd87") || strstr(cpu_part, "0xd85")) // X925/A725
326+
else if (strstr(cpu_part, "0xd87") || strstr(cpu_part, "0xd85") || strstr(cpu_part, "0xd83")) // X925/A725
327327
return CPU_NEOVERSEV2;
328328
else if (strstr(cpu_part, "0xd0b"))
329329
return CPU_CORTEXA76;

0 commit comments

Comments
 (0)