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
removed obsolete instructions from sgemv_t_4.c
tags/v0.2.12^2
wernsaar
11 years ago
parent
93eaba959d
commit
f3b50dcf5b
1 changed files
with
0 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-2
kernel/x86_64/sgemv_t_4.c
+ 0
- 2
kernel/x86_64/sgemv_t_4.c
View File
@@ -377,8 +377,6 @@ int CNAME(BLASLONG m, BLASLONG n, BLASLONG dummy1, FLOAT alpha, FLOAT *a, BLASLO
y_ptr += inc_y;
aj += lda;
}
x_ptr += inc_x;
a_ptr++ ;
return(0);
}
Write
Preview
Loading…
Cancel
Save