Skip to content

Commit 033168c

Browse files
authored
Merge pull request #4481 from martin-frbg/cpuid_riscv
Update lowercase cpunames for RISC-V
2 parents a29f91a + d02c61e commit 033168c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

cpuid_riscv64.c

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,10 @@ static char *cpuname[] = {
8686

8787
static char *cpuname_lower[] = {
8888
"riscv64_generic",
89-
"c910v"
89+
"c910v",
90+
"x280",
91+
"riscv64_zvl256b",
92+
"riscv64_zvl128b"
9093
};
9194

9295
int detect(void){

0 commit comments

Comments
 (0)