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
Refs
#768
. Swap the result of zdot x87 fp kernel.
tags/v0.2.16.rc1
Zhang Xianyi
9 years ago
parent
578f471808
commit
962376664d
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
kernel/x86_64/zdot.S
+ 2
- 0
kernel/x86_64/zdot.S
View File
@@ -244,9 +244,11 @@
#ifndef CONJ
fsubp %st, %st(3)
faddp %st, %st(1)
fxch %st(1)
#else
faddp %st, %st(3)
fsubp %st, %st(1)
fxch %st(1)
#endif
ret
ALIGN_3
Write
Preview
Loading…
Cancel
Save