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
Handle inf/nan if dummy2 flag is set
tags/v0.3.29
Martin Kroeker
GitHub
1 year ago
parent
624e9d110e
commit
c9e92348a6
No known key found for this signature in database
GPG Key ID:
B5690EEEBB952194
1 changed files
with
6 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+6
-0
kernel/power/scal_ppc440.S
+ 6
- 0
kernel/power/scal_ppc440.S
View File
@@ -63,6 +63,8 @@
#endif
#endif
#define FLAG r11
#define FZERO f0
#define ALPHA f1
@@ -88,6 +90,10 @@
fcmpu cr0, FZERO, ALPHA
bne- cr0, LL(A1I1)
lwz FLAG, FRAMESLOT(0)(SP)
cmpwi cr0, FLAG, 1
beq- cr0, LL(A1I1)
srawi. r0, N, 4
mtspr CTR, r0
beq- cr0, LL(A0I1_Remain)
Write
Preview
Loading…
Cancel
Save