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
mips64: Fixed numpy CI failure
tags/v0.3.28^2
gxw
1 year ago
parent
f6d6c14a96
commit
34b80ce03f
1 changed files
with
5 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-4
kernel/mips64/scal.S
+ 5
- 4
kernel/mips64/scal.S
View File
@@ -48,6 +48,7 @@
#define TEMP $3
#define XX $5
#define DUMMY2 $6
#define ALPHA $f15
@@ -73,13 +74,13 @@
blez N, .L999
dsll INCX, INCX, BASE_SHIFT
CMPEQ $fcc0, ALPHA, a1
NOP
CMPEQ $fcc0,
ALPHA, a1
LDARG DUMMY2, 8($sp)
bc1f $fcc0, .L50
NOP
dsll DUMMY2, DUMMY2, BASE_SHIFT
b
c1t $fcc0, .L5
0
b
eq DUMMY2, TEMP, .L50 // If dummy2 == 1, do not directly copy
0
NOP
bne INCX, TEMP, .L20
Write
Preview
Loading…
Cancel
Save