Skip to content

Commit

Permalink
temporarily(?) disable the alpha=0 branch as it does not handle INF,NAN
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-frbg authored Jun 27, 2024
1 parent c1019d5 commit 2a5fe97
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions kernel/power/scal.S
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,9 @@
cmpwi cr0, N, 0
blelr- cr0

fcmpu cr0, FZERO, ALPHA
bne- cr0, LL(A1I1)
// fcmpu cr0, FZERO, ALPHA
// bne- cr0, LL(A1I1)
b LL(A1I1)

cmpwi cr0, INCX, SIZE
bne- cr0, LL(A0IN)
Expand Down

0 comments on commit 2a5fe97

Please sign in to comment.