Skip to content

Commit 2a5fe97

Browse files
authored
temporarily(?) disable the alpha=0 branch as it does not handle INF,NAN
1 parent c1019d5 commit 2a5fe97

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

kernel/power/scal.S

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,9 @@
8484
cmpwi cr0, N, 0
8585
blelr- cr0
8686

87-
fcmpu cr0, FZERO, ALPHA
88-
bne- cr0, LL(A1I1)
87+
// fcmpu cr0, FZERO, ALPHA
88+
// bne- cr0, LL(A1I1)
89+
b LL(A1I1)
8990

9091
cmpwi cr0, INCX, SIZE
9192
bne- cr0, LL(A0IN)

0 commit comments

Comments
 (0)