NeoverseN2 has SVE too

This commit is contained in:
Martin Kroeker 2024-10-18 14:50:55 +02:00 committed by GitHub
parent 86720778ef
commit c4bb4e74fc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -430,6 +430,7 @@ void get_cpuconfig(void)
printf("#define L2_ASSOCIATIVE 8\n");
printf("#define DTB_DEFAULT_ENTRIES 48\n");
printf("#define DTB_SIZE 4096\n");
printf("#define HAVE_SVE 1\n");
break;
case CPU_NEOVERSEV2:
printf("#define ARMV9\n");