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
Fix "dummy2" flag handling
tags/v0.3.30
Martin Kroeker
GitHub
7 months ago
parent
20d1118865
commit
77fba0f400
No known key found for this signature in database
GPG Key ID:
B5690EEEBB952194
1 changed files
with
3 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-3
kernel/power/scal.S
+ 3
- 3
kernel/power/scal.S
View File
@@ -51,7 +51,7 @@
#else
#define X r7
#define INCX r8
#define FLAG r1
2
#define FLAG r1
1
#endif
#endif
@@ -63,7 +63,7 @@
#else
#define X r7
#define INCX r8
#define FLAG r1
2
#define FLAG r1
1
#endif
#endif
@@ -91,7 +91,7 @@
fcmpu cr0, FZERO, ALPHA
bne- cr0, LL(A1I1)
LDLONG FLAG,
48+64+8
(SP)
LDLONG FLAG,
104
(SP)
cmpwi cr0, FLAG, 1
beq- cr0, LL(A1I1)
Write
Preview
Loading…
Cancel
Save