This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
论坛
实训
竞赛
大数据
AI开发
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 xerbla.c
tags/v0.2.20^2
Martin Kroeker
GitHub
8 years ago
parent
7f546f54fa
commit
1e06b49854
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
interface/xerbla.c
+ 1
- 1
interface/xerbla.c
View File
@@ -14,7 +14,7 @@ void CNAME(blasint p, char *rout, char *form, ...)
if (p)
fprintf(stderr, "Parameter %d to routine %s was incorrect\n", p, rout);
vfprintf(stderr, form, arg
ptr
);
vfprintf(stderr, form, arg
s
);
va_end(args);
exit(-1);
}
Write
Preview
Loading…
Cancel
Save