Browse Source

Update lowercase cpunames for RISC-V

tags/v0.3.27
Martin Kroeker GitHub 1 year ago
parent
commit
d02c61e82e
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 1 deletions
  1. +4
    -1
      cpuid_riscv64.c

+ 4
- 1
cpuid_riscv64.c 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){


Loading…
Cancel
Save