Skip to content

Commit f3c364c

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

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

kernel/sparc/scal.S

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,10 @@
120120

121121
FCLR(29)
122122

123-
FCMP ALPHA, FZERO
124-
fbne .LL100
123+
// FCMP ALPHA, FZERO
124+
// fbne .LL100
125+
b .LL100
126+
125127
sll INCX, BASE_SHIFT, INCX
126128

127129
cmp INCX, SIZE

0 commit comments

Comments
 (0)