disable the shortcut for da=0 to ensure proper handling of INF and NAN

This commit is contained in:
Martin Kroeker
2024-06-07 13:48:56 +02:00
committed by GitHub
parent 5ed4f24d6e
commit c7cacd9b38

View File

@@ -168,8 +168,8 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
cmp N, xzr
ble .Lscal_kernel_L999
fcmp DA, #0.0
beq .Lscal_kernel_zero
//fcmp DA, #0.0
//beq .Lscal_kernel_zero
cmp INC_X, #1
bne .Lscal_kernel_S_BEGIN