Skip to content

Commit d02c61e

Browse files
authored
Update lowercase cpunames for RISC-V
1 parent 7228c70 commit d02c61e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Diff for: cpuid_riscv64.c

+4-1
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)