Merge pull request #4481 from martin-frbg/cpuid_riscv

Update lowercase cpunames for RISC-V
This commit is contained in:
Martin Kroeker 2024-02-04 14:09:44 +01:00 committed by GitHub
commit 033168cdf0
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[] = {
"riscv64_generic",
"c910v"
"c910v",
"x280",
"riscv64_zvl256b",
"riscv64_zvl128b"
};
int detect(void){