Skip to content

Commit bd47630

Browse files
authored
exclude the alpha=0 branch as it does not handle NaN or Inf in x
1 parent 68f2501 commit bd47630

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

kernel/mips64/scal.S

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,9 @@
7979
bc1f $fcc0, .L50
8080
NOP
8181

82+
bc1t $fcc0, .L50
83+
NOP
84+
8285
bne INCX, TEMP, .L20
8386
dsra I, N, 3
8487

0 commit comments

Comments
 (0)