This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
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 izamin.c
Fix potential uninitialized minf case
pull/1414/head
Abdelrauf
GitHub
8 years ago
parent
def146efed
commit
17b993c0a3
1 changed files
with
6 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+6
-0
kernel/zarch/izamin.c
+ 6
- 0
kernel/zarch/izamin.c
View File
@@ -220,6 +220,12 @@ BLASLONG CNAME(BLASLONG n, FLOAT *x, BLASLONG inc_x)
i = n1;
}
else {
//assign minf
minf = CABS1(x,0);
ix += 2;
i++;
}
while(i < n)
{
Write
Preview
Loading…
Cancel
Save