We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7507195 commit 130327eCopy full SHA for 130327e
1 file changed
cpuid_arm64.c
@@ -289,8 +289,6 @@ void get_cpuconfig(void)
289
printf("#define %s\n", cpuname[d]);
290
// Fall-through
291
case CPU_ARMV8:
292
- // case CPU_CORTEXA53;
293
- // case CPU_CORTEXA55;
294
// Minimum parameters for ARMv8 (based on A53)
295
printf("#define L1_DATA_SIZE 32768\n");
296
printf("#define L1_DATA_LINESIZE 64\n");
0 commit comments