temporarily(?) disable the alpha=0 branch as it does not handle INF,NAN
This commit is contained in:
parent
c1019d5832
commit
2a5fe97e3b
|
@ -84,8 +84,9 @@
|
||||||
cmpwi cr0, N, 0
|
cmpwi cr0, N, 0
|
||||||
blelr- cr0
|
blelr- cr0
|
||||||
|
|
||||||
fcmpu cr0, FZERO, ALPHA
|
// fcmpu cr0, FZERO, ALPHA
|
||||||
bne- cr0, LL(A1I1)
|
// bne- cr0, LL(A1I1)
|
||||||
|
b LL(A1I1)
|
||||||
|
|
||||||
cmpwi cr0, INCX, SIZE
|
cmpwi cr0, INCX, SIZE
|
||||||
bne- cr0, LL(A0IN)
|
bne- cr0, LL(A0IN)
|
||||||
|
|
Loading…
Reference in New Issue