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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

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