This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
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
loongarch: Fixed dzamax
Initialize the registers to prevent sporadic errors.
tags/v0.3.27
gxw
1 year ago
parent
87f83ebe9c
commit
96607cbb98
2 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
kernel/loongarch64/camax_lasx.S
+1
-0
kernel/loongarch64/camax_lsx.S
+ 1
- 0
kernel/loongarch64/camax_lasx.S
View File
@@ -60,6 +60,7 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PROLOGUE
xvxor.v VM0, VM0, VM0
xvxor.v res0, res0, res0
xvxor.v $xr20, $xr20, $xr20
bge $r0, N, .L999
bge $r0, INCX, .L999
li.d TEMP, 1
+ 1
- 0
kernel/loongarch64/camax_lsx.S
View File
@@ -60,6 +60,7 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PROLOGUE
vxor.v VM0, VM0, VM0
vxor.v res0, res0, res0
vxor.v $vr20, $vr20, $vr20
bge $r0, N, .L999
bge $r0, INCX, .L999
li.d TEMP, 1
Write
Preview
Loading…
Cancel
Save