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
Allow negative INCX (API change from version 3.10 of the reference implementation)
tags/v0.3.24
Martin Kroeker
GitHub
2 years ago
parent
f692178792
commit
7dd441d5db
No known key found for this signature in database
GPG Key ID:
4AEE18F83AFDEB23
4 changed files
with
4 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
kernel/mips64/cnrm2.S
+1
-1
kernel/mips64/dnrm2.S
+1
-1
kernel/mips64/snrm2.S
+1
-1
kernel/mips64/znrm2.S
+ 1
- 1
kernel/mips64/cnrm2.S
View File
@@ -77,7 +77,7 @@
blez N, .L999
mov.d s2, s1
b
l
ez INCX, .L999
be
q
z INCX, .L999
dsll INCX, INCX, ZBASE_SHIFT
dsra I, N, 2
+ 1
- 1
kernel/mips64/dnrm2.S
View File
@@ -81,7 +81,7 @@
blez N, .L999
MTC $0, s1
b
l
ez INCX, .L999
be
q
z INCX, .L999
dsll INCX, INCX, BASE_SHIFT
move XX, X
+ 1
- 1
kernel/mips64/snrm2.S
View File
@@ -77,7 +77,7 @@
blez N, .L999
mov.d s2, s1
b
l
ez INCX, .L999
be
q
z INCX, .L999
dsll INCX, INCX, BASE_SHIFT
bne INCX, TEMP, .L20
+ 1
- 1
kernel/mips64/znrm2.S
View File
@@ -80,7 +80,7 @@
blez N, .L999
MTC $0, s1
b
l
ez INCX, .L999
be
q
z INCX, .L999
dsll INCX, INCX, ZBASE_SHIFT
move XX, X
Write
Preview
Loading…
Cancel
Save