Update lowercase cpunames for RISC-V

This commit is contained in:
Martin Kroeker 2024-02-04 10:01:27 +01:00 committed by GitHub
parent 7228c708d7
commit d02c61e82e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 1 deletions

View File

@ -86,7 +86,10 @@ static char *cpuname[] = {
static char *cpuname_lower[] = { static char *cpuname_lower[] = {
"riscv64_generic", "riscv64_generic",
"c910v" "c910v",
"x280",
"riscv64_zvl256b",
"riscv64_zvl128b"
}; };
int detect(void){ int detect(void){