temporarily(?) disable the alpha=0 branch as it does not handle INF,NAN

This commit is contained in:
Martin Kroeker 2024-06-27 16:21:57 +02:00 committed by GitHub
parent c1019d5832
commit 2a5fe97e3b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 2 deletions

View File

@ -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)