This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
Register
Sign In
OSchip
/
OpenBLAS
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
66
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
Update lowercase cpunames for RISC-V
tags/v0.3.27
Martin Kroeker
GitHub
1 year ago
parent
7228c708d7
commit
d02c61e82e
No known key found for this signature in database
GPG Key ID:
B5690EEEBB952194
1 changed files
with
4 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-1
cpuid_riscv64.c
+ 4
- 1
cpuid_riscv64.c
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){
Write
Preview
Loading…
Cancel
Save