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 8672077 commit c4bb4e7Copy full SHA for c4bb4e7
cpuid_arm64.c
@@ -430,6 +430,7 @@ void get_cpuconfig(void)
430
printf("#define L2_ASSOCIATIVE 8\n");
431
printf("#define DTB_DEFAULT_ENTRIES 48\n");
432
printf("#define DTB_SIZE 4096\n");
433
+ printf("#define HAVE_SVE 1\n");
434
break;
435
case CPU_NEOVERSEV2:
436
printf("#define ARMV9\n");
0 commit comments