Browse Source
Merge pull request #4481 from martin-frbg/cpuid_riscv
Update lowercase cpunames for RISC-V
tags/v0.3.27
Martin Kroeker
GitHub
1 year ago
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
4 additions and
1 deletions
-
cpuid_riscv64.c
|
|
@@ -86,7 +86,10 @@ static char *cpuname[] = { |
|
|
|
|
|
|
|
static char *cpuname_lower[] = { |
|
|
|
"riscv64_generic", |
|
|
|
"c910v" |
|
|
|
"c910v", |
|
|
|
"x280", |
|
|
|
"riscv64_zvl256b", |
|
|
|
"riscv64_zvl128b" |
|
|
|
}; |
|
|
|
|
|
|
|
int detect(void){ |
|
|
|