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
move alpha to x19/x20 to leave x18 unused for OSX
tags/v0.3.18
Martin Kroeker
GitHub
4 years ago
parent
380940271b
commit
590fbff06e
No known key found for this signature in database
GPG Key ID:
4AEE18F83AFDEB23
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
kernel/arm64/zgemm_kernel_4x4.S
+ 2
- 2
kernel/arm64/zgemm_kernel_4x4.S
View File
@@ -48,8 +48,8 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#define pCRow2 x14
#define pCRow3 x15
#define pA x16
#define alphaR x1
7
#define alphaI x
18
#define alphaR x1
9
#define alphaI x
20
#define alpha0_R d10
#define alphaV0_R v10.d[0]
Write
Preview
Loading…
Cancel
Save