temporarily(?) disable the alpha=0 branch as it fails to handle INF,NAN
This commit is contained in:
parent
2a5fe97e3b
commit
f3c364c2cc
|
@ -120,8 +120,10 @@
|
|||
|
||||
FCLR(29)
|
||||
|
||||
FCMP ALPHA, FZERO
|
||||
fbne .LL100
|
||||
// FCMP ALPHA, FZERO
|
||||
// fbne .LL100
|
||||
b .LL100
|
||||
|
||||
sll INCX, BASE_SHIFT, INCX
|
||||
|
||||
cmp INCX, SIZE
|
||||
|
|
Loading…
Reference in New Issue